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