GetStringIniSetting
< [[::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
(string) GetStringIniSetting Setting:string
Example
string_var pad_language let pad_language := GetStringIniSetting "sDPad:LANGUAGE"