GetStringIniSetting

From the Fallout3 GECK Wiki
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