Jass:ForceUIKeyBJ
Aus Mappedia
| Funktion: ForceUIKeyBJ | |
|---|---|
| Parameter: | player string |
| Rückgabewert: | nothing |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function ForceUIKeyBJ takes player whichPlayer, string key returns nothing if (GetLocalPlayer() == whichPlayer) then // Use only local code (no net traffic) within this block to avoid desyncs. call ForceUIKey(key) endif endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| player | whichPlayer | |
| string | key |
