MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / CARHeader

Class CARHeader

PanzerChasm/model.cpp:40–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38SIZE_ASSERT( Vertex_o3, 6 );
39
40struct CARHeader
41{
42 static constexpr unsigned int c_sound_count= 7u;
43
44 unsigned short animations[20u];
45 unsigned short submodels_animations[3u][2u];
46
47 // 6, 7, 8 - gibs type
48 unsigned short unknown0[9];
49
50 // Values - sound data size, in bytes.
51 unsigned short sounds[c_sound_count];
52
53 // 0 - always zero, maybe
54 // 1 - 8 values, like 64, 96, 128 etc.
55 unsigned short unknown1[9];
56};
57
58SIZE_ASSERT( CARHeader, 0x66 );
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected