Difference between revisions of "GetGameSetting"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Haama
(Category links)
imported>Haama
Line 11: Line 11:
* [[:Category: Settings|Game Settings]]
* [[:Category: Settings|Game Settings]]
* [[Con_SetGameSetting|Con_SetGameSetting]] (OBSE)
* [[Con_SetGameSetting|Con_SetGameSetting]] (OBSE)
*[[GetNumericINISetting]] (OBSE)
*[[Con_GetINISetting]] (OBSE)
*[[SetNumericINISetting]] (OBSE)


[[Category: Functions]]
[[Category: Functions]]

Revision as of 08:50, 15 September 2007

Syntax:

GetGameSetting GameSettingName 
getGS GameSettingName 

Example:

GetGameSetting fBribeBase 


Returns the value of a game setting.

See Also