GetNumKeysPressed

Revision as of 15:39, 23 August 2006 by imported>Timeslip (New obse function)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A command for Oblivion Script Extender

Syntax:

GetNumKeysPressed

Retrieves the number of keyboard keys currently being pressed.

Notes

  • Most keyboards can only keep track of a limited number of keys, and may return incorrect results for certain combinations of keys. This function will always accurately reflect how many keys direct input, and hence oblivion, can see as being pressed, but may not always reflect what the player is actually doing.

See Also