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

◆ CarTent()

void TentBase::CarTent ( )
inlineprivate

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

4 {
5 m_ToggleAnimations.Insert( new ToggleAnimations("EntranceO", "EntranceC", OPENING_0), 0 );
6
7 m_ShowAnimationsWhenPitched.Insert( "Body" );
8 //m_ShowAnimationsWhenPitched.Insert( "EntranceO" );
9 m_ShowAnimationsWhenPitched.Insert( "Pack" );
10
11 m_ShowAnimationsWhenPacked.Insert( "Inventory" );
12
13 m_HalfExtents = Vector(1.8, 0.33, 3.4);
14 }
Container_Base m_HalfExtents
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

Перекрестные ссылки m_HalfExtents и Vector().