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

◆ DestroySplashEffectSynced()

void ActionFishingNewCB::DestroySplashEffectSynced ( )
inlineprivate

Destroys the effecter, but lets the rest of the particle play out.

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

143 {
144 if (g_Game.IsServer() && m_ActionDataFishing.m_SplashUniqueID >= 0)
145 {
146 SEffectManager.DestroyEffecterParticleServer(m_ActionDataFishing.m_SplashUniqueID);
147 m_ActionDataFishing.m_SplashUniqueID = -1;
148 }
149 }
DayZGame g_Game
Определения DayZGame.c:3942
FishingActionData m_ActionDataFishing
Определения ActionFishingNew.c:71

Перекрестные ссылки SEffectManager::DestroyEffecterParticleServer(), g_Game и m_ActionDataFishing.

Используется в EndActionComponent().