Difference between revisions of "GetGameSetting"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
(See also)
imported>DragoonWraith
(see also: Game Settings)
Line 9: Line 9:


==See Also==
==See Also==
 
* [[:Category: Settings|Game Settings]]
[[Con_SetGameSetting|Con_SetGameSetting]] (OBSE)
* [[Con_SetGameSetting|Con_SetGameSetting]] (OBSE)


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

Revision as of 16:27, 29 May 2007

Syntax:

GetGameSetting GameSettingName 
getGS GameSettingName 

Example:

GetGameSetting fBribeBase 


Returns the value of a game setting.

See Also