Description
Wiki Description
Obtains the value of the specified string game setting
Caveats
Parameters
stringasGameSetting
CK Wiki Description
The name of the setting to get.
Examples
; Print out the value of a game setting to the log
Debug.Trace("sMySetting = " + Game.GetGameSettingString("sMySetting"))Auto-Generated Example
string myString__asGameSetting
string returnedValue = Game.GetGameSettingString(myString__asGameSetting)Related Pages
- Game
- Game Settings
- Game.GetGameSettingFloat(...)
- Game.SetGameSettingFloat(...)
- Game.GetGameSettingInt(...)
- Game.SetGameSettingInt(...)
- Game.SetGameSettingString(...)
