Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetAabb
Method
GetAabb
TombEngine/Game/items.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
constexpr auto ITEM_DEATH_TIMEOUT = 4 * FPS;
42
43
BoundingBox ItemInfo::GetAabb() const
44
{
45
return Geometry::GetAabb(GetObb());
46
}
47
48
BoundingOrientedBox ItemInfo::GetObb() const
49
{
Callers
7
CollideUnderwaterCeilingSwitch
Function · 0.45
Initialize
Method · 0.45
Update
Method · 0.45
Enable
Method · 0.45
AssignSectors
Method · 0.45
IsTargetOccludedByObjects
Function · 0.45
lara_col_pickup
Function · 0.45
Calls
1
GetAabb
Function · 0.85
Tested by
no test coverage detected