GetStringINISetting

From GECK
(Redirected from GetStringIniSetting)
Jump to: navigation, search


A function added by the New Vegas Script Extender.

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

[help]
(string) GetStringIniSetting Setting:string 

Example

string_var pad_language

let pad_language := GetStringIniSetting "sDPad:LANGUAGE"

See Also