Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetHeight
Method
GetHeight
TombEngine/Math/Objects/GameBoundingBox.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
int GameBoundingBox::GetHeight() const
69
{
70
return abs(Y2 - Y1);
71
}
72
73
int GameBoundingBox::GetDepth() const
74
{
Callers
15
CobraControl
Function · 0.80
HandlePushableOscillation
Function · 0.80
HandlePushableBridgeOscillation
Function · 0.80
VentilatorEffect
Function · 0.80
GetRaisingBlockFloorHeight
Function · 0.80
ShootAtEnemy
Function · 0.80
IsNextSectorValid
Function · 0.80
TargetReachable
Function · 0.80
GetTargetPoint
Function · 0.80
lara_col_swan_dive
Function · 0.80
lara_as_death
Function · 0.80
TestLaraHangOnClimbableWall
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestLaraHangOnClimbableWall
Function · 0.64