GetStringIniSetting

From the Fallout3 GECK Wiki
Revision as of 12:06, 22 August 2014 by imported>Odessa (created. source nvsewhatsnew)
(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 string ini setting, which is specified as a single string in the format: "settingGroup:settingName". The ':' seems to be expected by the engine. Added by NVSE V4.5.6.

Syntax

[help]
(string) GetStringIniSetting Setting:string

Example

string_var pad_language

let pad_language := GetStringIniSetting "sDPad:LANGUAGE"

See Also