Difference between revisions of "GetGameSetting"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>PoHa! |
||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|CSWikiPage = GetGameSetting | |||
|origin = GECK1 | |||
|summary = Returns the value of a game setting | |||
|name = GetGameSetting | |||
|arguments = | |||
{{FunctionArgument | |||
|Name = GameSettingName | |||
}} | |||
|example = <pre>GetGameSetting fActionPointsAttackLauncher</pre> | |||
Returns the value stored in fActionPointsAttackLauncher. | |||
}} | |||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (GECK 1.1)]] | [[Category:Functions (GECK 1.1)]] |
Revision as of 23:00, 3 February 2010
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: GetGameSetting.
A function included in the GECK version 1.1.0.36.
Description
Returns the value of a game setting
Syntax
GetGameSetting GameSettingName
Example
GetGameSetting fActionPointsAttackLauncher
Returns the value stored in fActionPointsAttackLauncher.