| 33 | } |
| 34 | |
| 35 | PhysicsObject::~PhysicsObject() |
| 36 | { |
| 37 | if ( mQueuedEvent != InvalidEventId ) |
| 38 | Sim::cancelEvent( mQueuedEvent ); |
| 39 | } |
| 40 | |
| 41 | void PhysicsObject::queueCallback( U32 ms, Delegate<void()> callback ) |
| 42 | { |
nothing calls this directly
no test coverage detected