Home
last modified time | relevance | path

Searched refs:Physics_DeleteObject (Results 1 – 4 of 4) sorted by relevance

/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/physics/
H A Dphysics.h90 void Physics_DeleteObject(struct physics_object_s *obj);
H A Dphysics_bullet.cpp1595 void Physics_DeleteObject(struct physics_object_s *obj) in Physics_DeleteObject() function
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/
H A Droom.cpp62 Physics_DeleteObject(content->static_mesh[i].physics_body); in Room_Clear()
79 Physics_DeleteObject(content->physics_body); in Room_Clear()
81 Physics_DeleteObject(content->physics_alt_tween); in Room_Clear()
H A Dworld.cpp988 Physics_DeleteObject(r->content->physics_alt_tween); in World_UpdateFlipCollisions()