#include <ParkingPlaceBehavior.h>
Inherits UpdateModule, DieModuleInterface, ParkingPlaceBehaviorInterface, and ExitInterface.
Static Public Member Functions | |
| static Int | getInterfaceMask () |
Static Public Member Functions inherited from UpdateModule | |
| 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) |
Additional Inherited Members | |
Protected Member Functions inherited from UpdateModule | |
| void | setWakeFrame (Object *obj, UpdateSleepTime wakeDelay) |
| UpdateSleepTime | getWakeFrame () const |
| virtual SleepyUpdatePhase | getUpdatePhase () const |
| UpdateSleepTime | frameToSleepTime (UnsignedInt frame1, UnsignedInt frame2=FOREVER, UnsignedInt frame3=FOREVER, UnsignedInt frame4=FOREVER) |
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 |
Definition at line 96 of file ParkingPlaceBehavior.h.
| ParkingPlaceBehavior::ParkingPlaceBehavior | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 56 of file ParkingPlaceBehavior.cpp.
|
inlinevirtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 153 of file ParkingPlaceBehavior.h.
Implements ParkingPlaceBehaviorInterface.
Definition at line 381 of file ParkingPlaceBehavior.cpp.
|
virtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 599 of file ParkingPlaceBehavior.cpp.
|
inlinevirtual |
puts new spawn on top of an existing one
Implements ExitInterface.
Definition at line 122 of file ParkingPlaceBehavior.h.
|
virtual |
Here is the object for you to exit to the world in your own special way.
Implements ExitInterface.
Definition at line 743 of file ParkingPlaceBehavior.cpp.
|
inlinevirtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 148 of file ParkingPlaceBehavior.h.
|
inlinevirtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 155 of file ParkingPlaceBehavior.h.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Definition at line 113 of file ParkingPlaceBehavior.h.
Reimplemented from ExitInterface.
Definition at line 883 of file ParkingPlaceBehavior.cpp.
|
inlinestatic |
Definition at line 110 of file ParkingPlaceBehavior.h.
|
inlinevirtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 149 of file ParkingPlaceBehavior.h.
|
virtual |
get the natural "rally point" for units to move towards
Reimplemented from ExitInterface.
Definition at line 890 of file ParkingPlaceBehavior.cpp.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Definition at line 114 of file ParkingPlaceBehavior.h.
|
virtual |
define a "rally point" for units to move towards
Implements ExitInterface.
Definition at line 871 of file ParkingPlaceBehavior.cpp.
|
inlinevirtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 145 of file ParkingPlaceBehavior.h.
|
virtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 452 of file ParkingPlaceBehavior.cpp.
Implements ParkingPlaceBehaviorInterface.
Definition at line 239 of file ParkingPlaceBehavior.cpp.
|
inlinevirtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 154 of file ParkingPlaceBehavior.h.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Definition at line 115 of file ParkingPlaceBehavior.h.
|
virtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 301 of file ParkingPlaceBehavior.cpp.
Implements ParkingPlaceBehaviorInterface.
Definition at line 222 of file ParkingPlaceBehavior.cpp.
|
inlinevirtual |
Contain style exiters are getting the ability to space out exits, so ask this before reserveDoor as a kind of no-commitment check.
Implements ExitInterface.
Definition at line 118 of file ParkingPlaceBehavior.h.
|
virtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 638 of file ParkingPlaceBehavior.cpp.
|
virtual |
Implements DieModuleInterface.
Definition at line 667 of file ParkingPlaceBehavior.cpp.
|
virtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 529 of file ParkingPlaceBehavior.cpp.
|
virtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 426 of file ParkingPlaceBehavior.cpp.
|
virtual |
All types can answer if they are free to exit or not, and you can ask about a specific guy or just exit anything in general.
Implements ExitInterface.
Definition at line 719 of file ParkingPlaceBehavior.cpp.
Implements ParkingPlaceBehaviorInterface.
Definition at line 477 of file ParkingPlaceBehavior.cpp.
|
virtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 333 of file ParkingPlaceBehavior.cpp.
Implements ParkingPlaceBehaviorInterface.
Definition at line 566 of file ParkingPlaceBehavior.cpp.
|
virtual |
define a "rally point" for units to move towards
Implements ExitInterface.
Definition at line 863 of file ParkingPlaceBehavior.cpp.
|
virtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 291 of file ParkingPlaceBehavior.cpp.
|
virtual |
Implements ParkingPlaceBehaviorInterface.
Definition at line 461 of file ParkingPlaceBehavior.cpp.
|
virtual |
if you get permission to exit, but then don't/can't call exitObjectViaDoor, you should call this to "give up" your permission
Implements ExitInterface.
Definition at line 843 of file ParkingPlaceBehavior.cpp.
|
virtual |
Implements UpdateModule.
Definition at line 673 of file ParkingPlaceBehavior.cpp.