GetGameSettingInt - Game
Revision as of 01:06, 4 December 2013 by imported>Egocarib (additional links)
Member of: Game Script
Obtains the value of the specified int game setting
Syntax
int Function GetGameSettingInt(string asGameSetting) native global
Parameters
- asGameSetting: The name of the setting to get.
Return Value
None.
Examples
; Print out the value of a game setting to the log
Debug.Trace("iMySetting = " + Game.GetGameSettingInt("iMySetting"))