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

◆ TryPitch()

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

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

546 {
547 if (GetHierarchyRootPlayer())
548 {
549 if (GetGame().IsDedicatedServer())
550 {
551 Pack(update_navmesh,init);
552 }
553
554 return;
555 }
556
557 Pitch(update_navmesh,init);
558 }
enum MagnumStableStateID init
void Pack(bool update_navmesh, bool init=false)
Определения TentBase.c:488
void Pitch(bool update_navmesh, bool init=false)
Определения TentBase.c:519
proto native CGame GetGame()

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

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