Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionHotkeysPressed(int[]hotkeys, boolonlyTheseKeys=true)Global

Description

Documentation Comment

Are all the hotkeys pressed?
If onlyTheseKeys is true, (default), returns true only if all the hotkeys are pressed and no other keys are pressed.
requires skse.


Caveats


Parameters

int[]hotkeys

boolonlyTheseKeys=true


Examples

Auto-Generated Example

int[] myIntArray__hotkeys
bool myBool__onlyTheseKeys

bool returnedValue = DbMiscFunctions.HotkeysPressed(myIntArray__hotkeys, myBool__onlyTheseKeys)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.