Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
std::vector<BoundingSphere> ItemInfo::GetSpheres() const
60
{
61
return g_Renderer.GetSpheres(Index);
62
}
63
64
bool ItemInfo::TestOcb(short ocbFlags) const
65
{
Callers
6
CollideTurningBlade
Function · 0.45
StargateCollision
Function · 0.45
ControlMine
Function · 0.45
TriggerAhmetDeathEffect
Function · 0.45
FireRopeControl
Function · 0.45
FireRopeCollision
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected