SetINISetting

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Sets the value of an INI setting. Setting string is of the format "SettingName:CategoryName" where CategoryName is the header under which the setting appears in the Fallout.ini / FalloutPrefs.ini / FalloutCustom.ini files.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
SetINISetting setting:string newValue:string

Example

SetINISetting "iPresentInterval:Display" 0 

See Also