Description
Wiki Description
Obtains the value of the specified float game setting
Documentation Comment
Obtains the value of a game setting - one for each type of 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
float returnedValue = Game.GetGameSettingFloat(myString__asGameSetting)Related Pages
- Game
- Game Settings
- Game.SetGameSettingFloat(...)
- Game.GetGameSettingInt(...)
- Game.SetGameSettingInt(...)
- Game.GetGameSettingString(...)
- Game.SetGameSettingString(...)
