![]() |
Kerbal Space Program
1.12.4
|
Contains class extenstions to simplify string handling More...
Public Types | |
| enum | Gender { Gender.Male, Gender.Female, Gender.Neutral } |
| Enum of Genders possible in Lingoona Strings More... | |
Static Public Member Functions | |
| static string | LocalizeCommonNoun (this string input, Gender gender) |
| Add the Lingoona gender bits to the end of a Common Noun More... | |
| static string | LocalizeCommonNounFemale (this string input) |
| Add the Female Lingoona gender bits to the end of a Common Noun More... | |
| static string | LocalizeCommonNounMale (this string input) |
| Add the Male Lingoona gender bits to the end of a Common Noun More... | |
| static string | LocalizeCommonNounNeutral (this string input) |
| Add the Neutral Lingoona gender bits to the end of a Common Noun More... | |
| static string | LocalizeName (this string input, Gender gender) |
| Add the Lingoona gender bits to the end of a Proper Noun More... | |
| static string | LocalizeName (this string input, ProtoCrewMember.Gender gender) |
| Add the Lingoona gender bits to the end of a Proper Noun More... | |
| static string | LocalizeName (this string input, FinePrint.Utilities.GrammaticalGender gender) |
| Add the Lingoona gender bits to the end of a Proper Noun More... | |
| static string | LocalizeNameFemale (this string input) |
| Add the Female Lingoona gender bits to the end of a Proper Noun More... | |
| static string | LocalizeNameMale (this string input) |
| Add the Male Lingoona gender bits to the end of a Proper Noun More... | |
| static string | LocalizeNameNeutral (this string input) |
| Add the Neutral Lingoona gender bits to the end of a Proper Noun More... | |
| static string | LocalizeNoun (this string input, Gender gender, bool isProperNoun) |
| Adds the appropriate gender bits to the end of a noun More... | |
| static string | LocalizeRemoveGender (this string input) |
| Strip off the lingoona grammer gender definition suffix. More... | |
Contains class extenstions to simplify string handling
Enum of Genders possible in Lingoona Strings
| Enumerator | |
|---|---|
| Male | |
| Female | |
| Neutral | |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Adds the appropriate gender bits to the end of a noun
| gender | Should be obvious |
| isProperNoun | Is this a name - True if its a name like 'Trigger', false if its a common noun like 'dummy' |
|
inlinestatic |
Strip off the lingoona grammer gender definition suffix.
1.8.7