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

Method GetSpheres

TombEngine/Game/items.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59std::vector<BoundingSphere> ItemInfo::GetSpheres() const
60{
61 return g_Renderer.GetSpheres(Index);
62}
63
64bool ItemInfo::TestOcb(short ocbFlags) const
65{

Callers 6

CollideTurningBladeFunction · 0.45
StargateCollisionFunction · 0.45
ControlMineFunction · 0.45
TriggerAhmetDeathEffectFunction · 0.45
FireRopeControlFunction · 0.45
FireRopeCollisionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected