Class StringHelpers
- Namespace
- Helpers
- Assembly
- TaleWorlds.CampaignSystem.dll
public static class StringHelpers
- Inheritance
-
StringHelpers
- Inherited Members
Methods
CamelCaseToSnakeCase(string)
public static string CamelCaseToSnakeCase(string camelCaseString)
Parameters
camelCaseString
string
Returns
SetCharacterProperties(string, CharacterObject, TextObject, bool)
public static TextObject SetCharacterProperties(string tag, CharacterObject character, TextObject parent = null, bool includeDetails = false)
Parameters
tag
stringcharacter
CharacterObjectparent
TextObjectincludeDetails
bool
Returns
SetRepeatableCharacterProperties(string, CharacterObject, bool)
public static void SetRepeatableCharacterProperties(string tag, CharacterObject character, bool includeDetails = false)
Parameters
tag
stringcharacter
CharacterObjectincludeDetails
bool
SetSettlementProperties(string, Settlement, TextObject, bool)
public static void SetSettlementProperties(string tag, Settlement settlement, TextObject parent = null, bool isRepeatable = false)
Parameters
tag
stringsettlement
Settlementparent
TextObjectisRepeatable
bool
SplitCamelCase(string)
public static string SplitCamelCase(string text)
Parameters
text
string
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).