- Found in:
- Dylbills PE
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)