GetStringINISetting
From GECK
(Redirected from GetStringIniSetting)
A function added by the New Vegas Script Extender.
Contents
Description
Returns the value of a string ini setting found in Fallout.ini / FalloutPrefs.ini / FalloutCustom.ini, which is specified as a single string in the format: "settingName:settingGroup". The ':' seems to be expected by the engine.
Syntax
(string) GetStringIniSetting Setting:string
Example
string_var pad_language let pad_language := GetStringIniSetting "sDPad:LANGUAGE"