SetNumericINISetting

Revision as of 04:36, 27 January 2016 by imported>QQuix (Fixed the description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A command for Oblivion Script Extender

Syntax:

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

Sets the specified ini setting to the following variable or direct value.

Example

SetNumericINISetting "bInvertYValues:Controls" 1

NotesEdit

  • 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 AlsoEdit