![]() |
Public API Reference |
#include <movable.h>
Inheritance diagram for iMovableListener:
Public Methods | |
virtual void | MovableChanged (iMovable *movable)=0 |
The movable has changed. More... | |
virtual void | MovableDestroyed (iMovable *movable)=0 |
The movable is about to be destroyed. More... |
Definition at line 43 of file iengine/movable.h.
|
The movable has changed. This is called whenever something does UpdateMove() on the movable. |
|
The movable is about to be destroyed.
|