Jass:DisplayTextToForce
Aus Mappedia
| Funktion: DisplayTextToForce | |
|---|---|
| Parameter: | force string |
| Rückgabewert: | nothing |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function DisplayTextToForce takes force toForce, string message returns nothing if (IsPlayerInForce(GetLocalPlayer(), toForce)) then // Use only local code (no net traffic) within this block to avoid desyncs. call DisplayTextToPlayer(GetLocalPlayer(), 0, 0, message) endif endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| force | toForce | |
| string | message |
