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

Method Insert

TombEngine/Game/room.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void RoomObjectHandler::Insert(int id, const BoundingBox& aabb)
50{
51 _tree.Insert(id, aabb, AABB_BOUNDARY);
52}
53
54void RoomObjectHandler::Move(int id, const BoundingBox& aabb)
55{

Callers 4

EnableDoorCollisionMeshFunction · 0.45
InitializeMethod · 0.45
UpdateMethod · 0.45
EnableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected