GetNumericIniSetting

From the Fallout3 GECK Wiki
Revision as of 16:40, 14 August 2014 by imported>Odessa (created. source gribbleshnbitt)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the value of a numeric setting. Setting name is of the format "SettingName:CategoryName" where CategoryName is the header under which the setting appears in the .ini file. Added by NVSE 1.1.

Syntax

[help]
(float) GetNumericIniSetting SettingName:string

See Also