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

Method TestAny

TombEngine/Specific/Structures/BitField.cpp:214–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 bool BitField::TestAny() const
215 {
216 for (auto chunk : _chunks)
217 {
218 if (chunk != 0)
219 return true;
220 }
221
222 return false;
223 }
224
225 bool BitField::TestAll() const
226 {

Callers 15

ControlSpinningBladeFunction · 0.80
SmallSpiderControlFunction · 0.80
BigSpiderControlFunction · 0.80
EagleControlFunction · 0.80
ControlDragonFunction · 0.80
TRexControlFunction · 0.80
GiantMutantControlFunction · 0.80
ControlDartFunction · 0.80
GetTrapDoorFloorHeightFunction · 0.80
GetTrapDoorCeilingHeightFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected