Difference between revisions of "GetGameSetting"
Jump to navigation
Jump to search
imported>Fella |
imported>Vswe m (Added Search Terms) |
||
(One intermediate revision by one other user not shown) | |||
Line 11: | Line 11: | ||
* [[:Category: Settings|Game Settings]] | * [[:Category: Settings|Game Settings]] | ||
* [[Con_SetGameSetting|Con_SetGameSetting]] (OBSE) | * [[Con_SetGameSetting|Con_SetGameSetting]] (OBSE) | ||
*[[GetNumericINISetting]] (OBSE) | * [[GetNumericINISetting]] (OBSE) | ||
*[[Con_GetINISetting]] (OBSE) | * [[Con_GetINISetting]] (OBSE) | ||
*[[SetNumericINISetting]] (OBSE) | * [[SetNumericINISetting]] (OBSE) | ||
* [[SetNumericGameSetting]] (OBSE) | |||
[[Category: Functions]] | [[Category: Functions]] | ||
Line 20: | Line 21: | ||
[[Category: Miscellaneous Functions]] | [[Category: Miscellaneous Functions]] | ||
[[Category: Miscellaneous Functions (CS 1.0)]] | [[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)