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

Method IsWall

TombEngine/Game/collision/Point.cpp:400–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 }
399
400 bool PointCollisionData::IsWall()
401 {
402 return (GetFloorHeight() == NO_HEIGHT || GetCeilingHeight() == NO_HEIGHT ||
403 GetFloorHeight() <= GetCeilingHeight());
404 }
405
406 bool PointCollisionData::IsSteepFloor()
407 {

Callers 11

GetFishStartPositionFunction · 0.45
IsPushableValidFunction · 0.45
IsValidForPlayerFunction · 0.45
RollingBallControlFunction · 0.45
ControlSpikyWallFunction · 0.45
ControlMissileFunction · 0.45
IsNextSectorValidFunction · 0.45
lara_col_slopeclimbFunction · 0.45
GetWaterTopHeightMethod · 0.45

Calls 1

GetFloorHeightFunction · 0.85

Tested by

no test coverage detected