#include <CommandButtonHuntUpdate.h>
Inherits UpdateModule.
Protected Attributes | |
| AsciiString | m_commandButtonName |
| const CommandButton * | m_commandButton |
Additional Inherited Members | |
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) |
The default update module
Definition at line 62 of file CommandButtonHuntUpdate.h.
| CommandButtonHuntUpdate::CommandButtonHuntUpdate | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 84 of file CommandButtonHuntUpdate.cpp.
|
protected |
Do an enter hunt (sabotage, convert to carbomb, hijack).
Definition at line 230 of file CommandButtonHuntUpdate.cpp.
|
protected |
Do a special power hunt.
Definition at line 201 of file CommandButtonHuntUpdate.cpp.
|
protected |
Do a special power weapon.
Definition at line 184 of file CommandButtonHuntUpdate.cpp.
|
virtual |
this is called after all the Modules for a given Thing are created; it allows Modules to resolve any inter-Module dependencies.
Reimplemented from Module.
Definition at line 101 of file CommandButtonHuntUpdate.cpp.
|
protected |
Definition at line 249 of file CommandButtonHuntUpdate.cpp.
| void CommandButtonHuntUpdate::setCommandButton | ( | const AsciiString & | buttonName | ) |
Definition at line 107 of file CommandButtonHuntUpdate.cpp.
|
virtual |
The update callback.
Implements UpdateModule.
Definition at line 148 of file CommandButtonHuntUpdate.cpp.
|
protected |
Definition at line 87 of file CommandButtonHuntUpdate.h.
|
protected |
Definition at line 86 of file CommandButtonHuntUpdate.h.