#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
proFacingEventData::proFacingEventData |
( |
| ) |
|
Member Function Documentation
float proFacingEventData::getDot |
( |
| ) |
const |
plKey proFacingEventData::getFacee |
( |
| ) |
const |
plKey proFacingEventData::getFacer |
( |
| ) |
const |
virtual void proFacingEventData::IPrcWrite |
( |
pfPrcHelper * |
prc | ) |
|
|
protectedvirtual |
bool proFacingEventData::isEnabled |
( |
| ) |
const |
void proFacingEventData::setDot |
( |
float |
dot | ) |
|
void proFacingEventData::setEnabled |
( |
bool |
enabled | ) |
|
void proFacingEventData::setFacee |
( |
plKey |
facee | ) |
|
void proFacingEventData::setFacer |
( |
plKey |
facer | ) |
|
Member Data Documentation
float proFacingEventData::fDot |
|
protected |
bool proFacingEventData::fEnabled |
|
protected |
plKey proFacingEventData::fFacee |
|
protected |
plKey proFacingEventData::fFacer |
|
protected |
The documentation for this class was generated from the following file: