Difference between revisions of "GetGameSetting"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>PoHa!
Line 1: Line 1:
{{Incomplete}}
{{Function
|CSWikiPage = GetGameSetting
|origin = GECK1
|summary = Returns the value of a game setting
|name = GetGameSetting
 
|arguments =
  {{FunctionArgument
  |Name = GameSettingName
  }}
|example = <pre>GetGameSetting fActionPointsAttackLauncher</pre>
Returns the value stored in fActionPointsAttackLauncher.
}}


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetGameSetting GetGameSetting].


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Functions (GECK 1.1)]]

Revision as of 00:00, 4 February 2010

< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: GetGameSetting.

A function included in the GECK version 1.1.0.36.

Description

Returns the value of a game setting

Syntax

[help]
GetGameSetting GameSettingName

Example

GetGameSetting fActionPointsAttackLauncher

Returns the value stored in fActionPointsAttackLauncher.