Difference between revisions of "SetNumericINISetting"
Jump to navigation
Jump to search
imported>Haama (Clarity) |
imported>WereWolf |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''Syntax:''' | '''Syntax:''' | ||
(nothing) SetNumericINISetting "iniSettingName:SettingHeader::string" value:float | (nothing) SetNumericINISetting "iniSettingName:SettingHeader::string" value:float | ||
Returns the specified ini setting. | |||
'''Example''' | '''Example''' |
Revision as of 04:07, 15 September 2007
A command for Oblivion Script Extender
Syntax:
(nothing) SetNumericINISetting "iniSettingName:SettingHeader::string" value:float
Returns the specified ini setting.
Example
SetNumericINISetting "bInvertYValues:Controls" 1
Notes
- The quotes are required
- This function is similar to the SetINISetting Console Function, however it is limited to numeric settings, and may not work with all settings.
- Known not to work with:
- Volume slider settings
- Known not to work with: