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

◆ TryPitch()

void ItemBase::TryPitch ( bool update_navmesh,
bool init = false )
inlineprotected

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

567 {
568 if (GetHierarchyRootPlayer())
569 {
570 if (g_Game.IsDedicatedServer())
571 {
572 Pack(update_navmesh,init);
573 }
574
575 return;
576 }
577
578 Pitch(update_navmesh,init);
579 }
DayZGame g_Game
Определения DayZGame.c:3942
enum MagnumStableStateID init
void Pack(bool update_navmesh, bool init=false)
Определения TentBase.c:509
void Pitch(bool update_navmesh, bool init=false)
Определения TentBase.c:540

Перекрестные ссылки g_Game, init, Pack() и Pitch().

Используется в EEHealthLevelChanged(), OnPlacementComplete(), OnStoreLoad(), OnVariablesSynchronized() и RefreshPhysics().