#include <SquishCollide.h>
Inherits CollideModule.
Additional Inherited Members | |
Static Public Member Functions inherited from CollideModule | |
| static Int | getInterfaceMask () |
Static Public Member Functions inherited from BehaviorModule | |
| static Int | getInterfaceMask () |
| static ModuleType | getModuleType () |
Static Public Member Functions inherited from Module | |
| static ModuleData * | friend_newModuleData (INI *ini) |
Protected Member Functions inherited from BehaviorModule | |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Protected Member Functions inherited from ObjectModule | |
| Object * | getObject () |
| const Object * | getObject () const |
Protected Member Functions inherited from Module | |
| const ModuleData * | getModuleData () const |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
The tank collide module
Definition at line 44 of file SquishCollide.h.
| SquishCollide::SquishCollide | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 52 of file SquishCollide.cpp.
|
virtual |
This collide method gets called when collision occur.
Do the collision
Implements CollideModule.
Definition at line 67 of file SquishCollide.cpp.