Home
last modified time | relevance | path

Searched refs:physics_alt_tween (Results 1 – 3 of 3) sorted by relevance

/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/
H A Droom.cpp81 Physics_DeleteObject(content->physics_alt_tween); in Room_Clear()
82 content->physics_alt_tween = NULL; in Room_Clear()
169 if(room->content->physics_alt_tween) in Room_Enable()
171 Physics_DisableObject(room->content->physics_alt_tween); in Room_Enable()
208 if(room->content->physics_alt_tween) in Room_Disable()
210 Physics_DisableObject(room->content->physics_alt_tween); in Room_Disable()
296 Physics_SetOwnerObject(room->content->physics_alt_tween, room->self); in Room_SetActiveContent()
336 Physics_SetOwnerObject(room1->content->physics_alt_tween, room1->self); in Room_DoFlip()
338 Physics_SetOwnerObject(room2->content->physics_alt_tween, room2->self); in Room_DoFlip()
H A Droom.h264 …struct physics_object_s *physics_alt_tween; // changable (alt room… member
H A Dworld.cpp988 Physics_DeleteObject(r->content->physics_alt_tween); in World_UpdateFlipCollisions()
989 r->content->physics_alt_tween = NULL; in World_UpdateFlipCollisions()
1003 … r->content->physics_alt_tween = Physics_GenRoomRigidBody(r, NULL, 0, room_tween, num_tweens); in World_UpdateFlipCollisions()
1004 if(r->content->physics_alt_tween) in World_UpdateFlipCollisions()
1006 Physics_EnableObject(r->content->physics_alt_tween); in World_UpdateFlipCollisions()
1724 room->content->physics_alt_tween = NULL; in World_GenRoom()