Input Script

From the Fallout4 CreationKit Wiki
Revision as of 00:10, 22 October 2017 by imported>ShadeMe (Create Input Script page)
Jump to navigation Jump to search

Extends: ScriptObject Script

Script for getting input information.

Definition

Scriptname Input Native Hidden

Properties

None

Global Functions

None

Member Functions

None

F4SE Global Functions

  • 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

None

See Also