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

◆ RefreshPhysics() [3/3]

override void ItemBase::RefreshPhysics ( )
inlineprotected

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

140 {
141 super.RefreshPhysics();
142
143 if (m_State == PITCHED)
144 {
145 TryPitch(false, true);
146 }
147 else
148 {
149 Pack(false, true);
150 }
151 }
void Pack(bool update_navmesh, bool init=false)
Определения TentBase.c:488
int m_State
Определения TentBase.c:24
static const int PITCHED
Определения TentBase.c:21
void TryPitch(bool update_navmesh, bool init=false)
Определения TentBase.c:545

Перекрестные ссылки m_State, Pack(), PITCHED и TryPitch().