Jass:ShowTextTagForceBJ
Aus Mappedia
| Funktion: ShowTextTagForceBJ | |
|---|---|
| Parameter: | boolean texttag force |
| Rückgabewert: | nothing |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function ShowTextTagForceBJ takes boolean show, texttag tt, force whichForce returns nothing if (IsPlayerInForce(GetLocalPlayer(), whichForce)) then // Use only local code (no net traffic) within this block to avoid desyncs. call SetTextTagVisibility(tt, show) endif endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| boolean | show | |
| texttag | tt | |
| force | whichForce |
