Input Script

Extends: ScriptObject Script
Requires F4SE version 0.3.1 or higher.

Script for getting input information.

DefinitionEdit

Scriptname Input Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

None

F4SE Global FunctionsEdit

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

EventsEdit

None

See AlsoEdit