![]() |
Public API Reference |
![]() |
Implement this class if you're interested in hearing about movable changes. More...
#include <iengine/movable.h>
Public Member Functions | |
virtual void | MovableChanged (iMovable *movable)=0 |
The movable has changed. | |
virtual void | MovableDestroyed (iMovable *movable)=0 |
The movable is about to be destroyed. |
Implement this class if you're interested in hearing about movable changes.
This callback is used by:
virtual void iMovableListener::MovableChanged | ( | iMovable * | movable | ) | [pure virtual] |
The movable has changed.
This is called whenever something does UpdateMove() on the movable.
virtual void iMovableListener::MovableDestroyed | ( | iMovable * | movable | ) | [pure virtual] |
The movable is about to be destroyed.