Difference between revisions of "Input Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>ShadeMe
(Create Input Script page)
imported>ShadeMe
(Fix DirectX scan code link)
Line 32: Line 32:


== See Also ==
== See Also ==
*[[Direct X Scancodes]]
*[[DirectX_Scan_Codes|DirectX Scan Codes]]

Revision as of 00:11, 22 October 2017

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