Difference between revisions of "GetGameSetting"
Jump to navigation
Jump to search
imported>Maturin |
imported>Vswe m (Added Search Terms) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 7: | Line 7: | ||
Returns the value of a game setting. | Returns the value of a game setting. | ||
==See Also== | |||
* [[:Category: Settings|Game Settings]] | |||
* [[Con_SetGameSetting|Con_SetGameSetting]] (OBSE) | |||
* [[GetNumericINISetting]] (OBSE) | |||
* [[Con_GetINISetting]] (OBSE) | |||
* [[SetNumericINISetting]] (OBSE) | |||
* [[SetNumericGameSetting]] (OBSE) | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category:Functions (CS)]] | |||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Miscellaneous Functions]] | [[Category: Miscellaneous Functions]] | ||
[[Category: Miscellaneous Functions (CS 1.0)]] | |||
<!-- Begin Search Terms | |||
Get | |||
Game | |||
Setting | |||
End Search Terms --> |
Latest revision as of 08:41, 20 June 2008
Syntax:
GetGameSetting GameSettingName getGS GameSettingName
Example:
GetGameSetting fBribeBase
Returns the value of a game setting.
See Also[edit | edit source]
- Game Settings
- Con_SetGameSetting (OBSE)
- GetNumericINISetting (OBSE)
- Con_GetINISetting (OBSE)
- SetNumericINISetting (OBSE)
- SetNumericGameSetting (OBSE)