ForceUIKey
- Parameters
-
key string
- comment
Emulates a key press within the game. Seems to only work with latin alphabet, only for printable ASCII characters.
- note
See
ForceUICancel
for limitations and bugs. Most importantly, the outcome is affected by local player's hotkey layout.- return type
nothing
- Source code
native ForceUIKey takes string key returns nothing
- Source
- visuals.j
- wc3modding.com
- ForceUIKey