Con SetINISetting

From the Oblivion ConstructionSet Wiki
Revision as of 15:56, 12 August 2006 by imported>DragoonWraith (OBSE)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

con_SetINISetting Setting value

Sets the desired setting in Oblivion.ini to the desired value while in game.

Example

con_SetINISetting bCrossHair 0

Turns off the crosshair.

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 SetINISetting 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.