Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ControlSpinningBlade
Function · 0.80
SmallSpiderControl
Function · 0.80
BigSpiderControl
Function · 0.80
EagleControl
Function · 0.80
ControlDragon
Function · 0.80
TRexControl
Function · 0.80
GiantMutantControl
Function · 0.80
ControlDart
Function · 0.80
GetFallingBlockFloorHeight
Function · 0.80
GetFallingBlockCeilingHeight
Function · 0.80
GetTrapDoorFloorHeight
Function · 0.80
GetTrapDoorCeilingHeight
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected