GetINISetting
From GECK
(Redirected from GetINI)
A console function in Fallout: New Vegas.
Contents
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
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.