Difference between revisions of "Category:Console Functions"

263 bytes added ,  07:10, 7 March 2008
INI commands: added details (& link). + minor corrections.
imported>Haama
(Added UseWorkBook)
imported>Laisren
(INI commands: added details (& link). + minor corrections.)
Line 22: Line 22:
| BeginTrace
| BeginTrace
| bt
| bt
| Creates a trace file (xbox only)
| Creates a trace file (Xbox version only).
| False
| False
|  
|  
Line 29: Line 29:
| BC
| BC
| Add comment to <nowiki>[General]</nowiki> 'sBetaCommentFile' file.
| Add comment to <nowiki>[General]</nowiki> 'sBetaCommentFile' file.
NOTE: select object first. Oblivion will crash if comment entered with no object selected
NOTE: select object first. Oblivion will crash if comment entered with no object selected.


'''bc &quot;This rock is too high.&quot;'''
'''bc &quot;This rock is too high.&quot;'''
Line 103: Line 103:
| GetINISetting
| GetINISetting
| GetINI
| GetINI
|  
| Retrieves a setting from the Oblivion.ini file. ''c.f.'' [SetINI]
| False
| False
| SettingName
| SettingName
Line 115: Line 115:
| Help
| Help
|  
|  
| Show this help.
| Displays a selected list of console commands. ''c.f.'' [tfh] (toggleFullHelp).
| False
| False
|  
|  
Line 217: Line 217:
| Reload
| Reload
|  
|  
| Reload &lt;MenuName&gt; Uses the MenuName tag found in the .xml file (i.e., InventoryMenu) Loads the menu. May close the menu if it's already open (i.e., LockPickMenu). Some menus don't seems to work (i.e., OptionsMenu) and odd results may occur (InventoryMenu doesn't work right until you press a button, menus overlap, etc.)
| Reload &lt;MenuName&gt; Uses the MenuName tag found in the .xml file (i.e., InventoryMenu) Loads the menu. May close the menu if it's already open (i.e., LockPickMenu). Some menus don't seem to work (i.e., OptionsMenu) and odd results may occur (InventoryMenu doesn't work right until you press a button, menus overlap, etc.)
| False
| False
| MenuName
| MenuName
Line 325: Line 325:
| SetINISetting
| SetINISetting
| SetINI
| SetINI
|  
| Sets the desired setting in Oblivion.ini to the desired value while in-game. See [[Con_SetINISetting]] for syntax and details.
| False
| False
| sININame, sINIValue
| sININame, sINIValue
Anonymous user