Input Script

From the Fallout4 CreationKit Wiki
Revision as of 16:39, 21 January 2018 by imported>Qazaaq (added required f4se version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extends: ScriptObject Script
Requires F4SE version 0.3.1 or higher.

Script for getting input information.

Definition[edit | edit source]

Scriptname Input Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

F4SE Global Functions[edit | edit source]

  • string Function GetMappedControl(int aiKeyCode)
    • Returns the name of the control bound to the given key code.
  • int Function GetMappedKey(string asControlName, int aiDeviceType = 0xFF)
    • Returns the key code of the named control.

Events[edit | edit source]

None

See Also[edit | edit source]