Con GetINISetting

Revision as of 07:53, 15 August 2006 by imported>Scruggs

A command for Oblivion Script Extender

Syntax:

con_GetINISetting "Setting:Subsection"

Reads the desired setting from Oblivion.ini while in game. Setting is the name of the setting as it appears in the ini file. Subsection is the text in brackets that appears above the group to which the setting belongs.

Example

con_GetINISetting "bCrossHair:Gameplay"
Returns 0 or 1 based on whether the crosshair is enabled.

Notes

  • Due to limitations of the Wiki software, the title of this article, and links to it, cannot display it correctly - there is an underscore (_) in the function's name.
  • This function is identical to the GetINISetting Console Function, and should behave as if you had called that function from the console.
  • This function was not designed to be run from scripts, and so may not work as expected.
  • Many INI settings can't be accessed using this function, including most of those in the Controls subsection.
  • Furthermore, many INI settings are not storable in any form of variable, and Oblivion's reaction to calling a function that returns such a value is unknown.