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

Method Move

TombEngine/Game/room.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void RoomObjectHandler::Move(int id, const BoundingBox& aabb)
55{
56 _tree.Move(id, aabb, AABB_BOUNDARY);
57}
58
59void RoomObjectHandler::Remove(int id)
60{

Callers 1

UpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected