SetNumericINISetting

From the Oblivion ConstructionSet Wiki
Revision as of 16:42, 12 September 2007 by imported>Haama (Clarity)
Jump to navigation Jump to search

A command for Oblivion Script Extender

SetNumericINISetting - returns the specified ini setting

Syntax:

(nothing) SetNumericINISetting "iniSettingName:SettingHeader::string" value:float

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:
      1. Volume slider settings

See Also