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

◆ RefreshPhysics() [3/3]

override void ItemBase::RefreshPhysics ( )
inlineprotected

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

161 {
162 super.RefreshPhysics();
163
164 if (m_State == PITCHED)
165 {
166 TryPitch(false, true);
167 }
168 else
169 {
170 Pack(false, true);
171 }
172 }
void Pack(bool update_navmesh, bool init=false)
Определения TentBase.c:509
int m_State
Определения TentBase.c:24
static const int PITCHED
Определения TentBase.c:21
void TryPitch(bool update_navmesh, bool init=false)
Определения TentBase.c:566

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