Difference between revisions of "GetGameSetting"
Jump to navigation
Jump to search
imported>Fella |
imported>Quetzilla |
||
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]] |
Revision as of 20:51, 14 February 2008
Syntax:
GetGameSetting GameSettingName getGS GameSettingName
Example:
GetGameSetting fBribeBase
Returns the value of a game setting.
See Also
- Game Settings
- Con_SetGameSetting (OBSE)
- GetNumericINISetting (OBSE)
- Con_GetINISetting (OBSE)
- SetNumericINISetting (OBSE)
- SetNumericGameSetting (OBSE)