#include <proEventData.h>
Additional Inherited Members |
enum | eventType {
kCollision = 1,
kPicked,
kControlKey,
kVariable,
kFacing,
kContained,
kActivate,
kCallback,
kResponderState,
kMultiStage,
kSpawned,
kClickDrag,
kCoop,
kOfferLinkBook,
kBook,
kClimbingBlockerHit,
kNone
} |
enum | dataType { kNumber,
kKey,
kNotta
} |
enum | multiStageEventType {
kEnterStage = 1,
kBeginningOfLoop,
kAdvanceNextStage,
kRegressPrevStage,
kNothing
} |
static proEventData * | Read (hsStream *S, plResManager *mgr) |
static proEventData * | PrcParse (const pfPrcTag *tag, plResManager *mgr) |
static proEventData * | ICreateEventDataType (int type) |
static proEventData * | ICreateEventDataType (const char *typeName) |
Constructor & Destructor Documentation
proActivateEventData::proActivateEventData |
( |
| ) |
|
Member Function Documentation
virtual void proActivateEventData::IPrcWrite |
( |
pfPrcHelper * |
prc | ) |
|
|
protectedvirtual |
bool proActivateEventData::isActivate |
( |
| ) |
const |
bool proActivateEventData::isActive |
( |
| ) |
const |
void proActivateEventData::setActivate |
( |
bool |
activate | ) |
|
void proActivateEventData::setActive |
( |
bool |
active | ) |
|
Member Data Documentation
bool proActivateEventData::fActivate |
|
protected |
bool proActivateEventData::fActive |
|
protected |
The documentation for this class was generated from the following file: