GetINISetting

From GECK
Jump to: navigation, search


A console function in Fallout: New Vegas.

Description

Prints the value of an INI setting.

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]
GetINISetting "Setting:Section"

Example

GetINISetting "iNumHavokThreads:HAVOK" 

Notes

  • The function does not work correctly on some INI settings related to the renderer, such as "bFull Screen". JohnnyGuitar NVSE 4.70+ fixes this issue.

See Also