Difference between revisions of "GetGameSetting"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Maturin
 
imported>JOG
(See also)
Line 7: Line 7:


Returns the value of a game setting.
Returns the value of a game setting.
==See Also==
[[Con_SetGameSetting|Con_SetGameSetting]] (OBSE)


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

Revision as of 01:50, 28 August 2006

Syntax:

GetGameSetting GameSettingName 
getGS GameSettingName 

Example:

GetGameSetting fBribeBase 


Returns the value of a game setting.

See Also

Con_SetGameSetting (OBSE)