The search keyword must be a single word (no spaces).
Function ClearTextMessagesBJ
- Line
- 1670
- Location
- blizzard.j
- Constant?
- no
- Type
- function
- Arguments
- force toForce
- Returns
- nothing
| 1670 | function ClearTextMessagesBJ takes force toForce returns nothing |
| 1671 | if (IsPlayerInForce(GetLocalPlayer(), toForce)) then |
| 1672 | // Use only local code (no net traffic) within this block to avoid desyncs.
|
| 1673 | call ClearTextMessages() |
| 1674 | endif
|
| 1675 | endfunction
|
Information about ClearTextMessagesBJ
City17
4 years
Only call [jassdoc]ClearTextMessages[/jassdoc] for players who are part of toForce.
You must be logged in with a standard account to contribute.