GetNthKeyPressed - Input

SKSE Member of: Input Script

Minimum required SKSE Version: 1.05.07

For walking over the pressed keys. (This function requires SKSE)

SyntaxEdit

int Function GetNthKeyPressed(int n) global native

ParametersEdit

  • n : the Nth key pressed

Return ValueEdit

Returns the DXScanCode of the Nth key pressed as an Int. If no Nth key is pressed, -1 is returned.

ExamplesEdit

Int iHotkey = Input.GetNthKeyPressed(0)

NotesEdit

  • The index of the first key pressed is 0.
  • The function checks for any keys held down the moment the function is called. Source

See AlsoEdit