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

◆ PartyTent()

void TentBase::PartyTent ( )
inlineprivate

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

4 {
5 m_ToggleAnimations.Insert( new ToggleAnimations("Door1o", "Door1c", OPENING_0), 0 );
6 m_ToggleAnimations.Insert( new ToggleAnimations("Door2o", "Door2c", OPENING_1), 0 );
7 m_ToggleAnimations.Insert( new ToggleAnimations("Door3o", "Door3c", OPENING_2), 0 );
8 m_ToggleAnimations.Insert( new ToggleAnimations("Door4o", "Door4c", OPENING_3), 0 );
9 m_ToggleAnimations.Insert( new ToggleAnimations("Door5o", "Door5c", OPENING_4), 0 );
10 m_ToggleAnimations.Insert( new ToggleAnimations("Door6o", "Door6c", OPENING_5), 0 );
11
12 m_ShowAnimationsWhenPitched.Insert( "Body" );
13 m_ShowAnimationsWhenPitched.Insert( "Pack" );
14 /*m_ShowAnimationsWhenPitched.Insert( "Door1o" );
15 m_ShowAnimationsWhenPitched.Insert( "Door2o" );
16 m_ShowAnimationsWhenPitched.Insert( "Door3o" );
17 m_ShowAnimationsWhenPitched.Insert( "Door4o" );
18 m_ShowAnimationsWhenPitched.Insert( "Door5o" );
19 m_ShowAnimationsWhenPitched.Insert( "Door6o" );*/
20
21 m_ShowAnimationsWhenPacked.Insert( "Inventory" );
22
23 m_HalfExtents = Vector(1.3, 0.35, 2.7);
24 }
Container_Base m_HalfExtents
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

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