DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ StopItemSoundServer()

void InventoryItem::StopItemSoundServer ( int id)
inlineprotected

См. определение в файле ItemBase.c строка 4488

4489 {
4490 if (!g_Game.IsServer())
4491 return;
4492
4493 m_SoundSyncStop = id;
4494 SetSynchDirty();
4495
4496 g_Game.GetCallQueue(CALL_CATEGORY_SYSTEM).Remove(ClearStopItemSoundServer); // in case one is queued already
4497 g_Game.GetCallQueue(CALL_CATEGORY_SYSTEM).CallLater(ClearStopItemSoundServer, 100);
4498 }
DayZGame g_Game
Определения DayZGame.c:3942
void ClearStopItemSoundServer()
Определения ItemBase.c:4506
int m_SoundSyncStop
Определения ItemBase.c:139
const int CALL_CATEGORY_SYSTEM
Определения 3_Game/DayZ/tools/tools.c:8

Перекрестные ссылки CALL_CATEGORY_SYSTEM, ClearStopItemSoundServer(), g_Game и m_SoundSyncStop.