Description
Wiki Description
Obtains the value of the specified int game setting
Parameters
stringasGameSetting
CK Wiki Description
The name of the setting to get.
Examples
No human-generated examples found for this function.
Auto-Generated Example
string myString__asGameSetting
int returnedValue = Game.GetGameSettingInt(myString__asGameSetting)Related Pages
- Game
- Game Settings
- Game.GetGameSettingFloat(...)
- Game.SetGameSettingFloat(...)
- Game.SetGameSettingInt(...)
- Game.GetGameSettingString(...)
- Game.SetGameSettingString(...)
