DeclineName

From Warcraft Wiki
Jump to navigation Jump to search

Returns suggested declensions for a Russian name.

genitive, dative, accusative, instrumental, prepositional = DeclineName(name, gender?, declensionSet)

Arguments

name
string - Nominative form of the player's or pet's name (string)
gender
Enum.UnitSex? - Gender for the returned names (for declensions of the player's name, should match the player's gender; for the pet's name, should be neuter).
Value Field Description
0 Male
1 Female
2 None
3 Both
4 Neutral
declensionSet
number - Ranging from 1 to GetNumDeclensionSets(). Lower indices correspond to "better" suggestions for the given name.

Returns

genitive
string
dative
string
accusative
string
instrumental
string
prepositional
string

Details