ClearSyncHud
- Синтаксис
-
native ClearSyncHud(target, syncObj);
Переменная | Описание |
---|---|
target |
Client index, use 0 to display to all clients |
syncObj |
HUD sync object handle |
- Описание
- Clears the display on a HUD sync object.
- Пометка
-
This sends an empty message to the previously occupied HUD channel. It is not quite the same as manually sending an empty message to the sync object as that would send out two separate messages, one for clearing the occupied channel and another using a new channel, which will subsequently not mark the sync object as cleared.
- Возвращает
- Функция ничего не возвращает