Description
Wiki Description
Obtains the value of the specified int 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("iMySetting = " + Game.GetGameSettingInt("iMySetting"))Auto-Generated Example
string myString__asGameSetting
int returnedValue = Game.GetGameSettingInt(myString__asGameSetting)Related Pages
- Game
- Game.GetGameSettingFloat(...)
- Game.GetGameSettingString(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
