Difference between revisions of "Con SetINISetting"
Jump to navigation
Jump to search
imported>DragoonWraith (OBSE) |
imported>DragoonWraith (alphabetizing) |
||
Line 18: | Line 18: | ||
*This function was not designed to be run from scripts, and so may not work as expected. | *This function was not designed to be run from scripts, and so may not work as expected. | ||
[[Category: OBSE Functions]] | [[Category: OBSE Functions|Setinisetting]] | ||
[[Category: OBSE Console Functions]] | [[Category: OBSE Console Functions|Setinisetting]] |
Revision as of 16:09, 12 August 2006
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.