×
Fallout Wiki
☢  Independent Fallout Wiki Resources  Vault logo
Resource:Creation Kit > Input Script


Extends: ScriptObject Script
Requires F4SE version 0.3.1 or higher.

Script for getting input information.

Definition[edit]

Scriptname Input Native Hidden

Properties[edit]

None

Global Functions[edit]

None

Member Functions[edit]

None

F4SE Global Functions[edit]

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

None

See Also[edit]