MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ToPackedBits

Method ToPackedBits

TombEngine/Specific/Structures/BitField.cpp:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 BitField::ChunkType BitField::ToPackedBits() const
278 {
279 if (_chunks.empty())
280 return 0;
281
282 return _chunks.front();
283 }
284
285 bool BitField::operator ==(const BitField& bitField) const
286 {

Callers 7

ControlSwingingBladeFunction · 0.80
BuildMethod · 0.80
TestMeshSwapFlagsMethod · 0.80
SetMeshSwapFlagsMethod · 0.80
TriggerLaraBloodFunction · 0.80
ExplodeItemNodeFunction · 0.80
GetMeshBitsMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by 1

TestMeshSwapFlagsMethod · 0.64