#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
| proVariableEventData::proVariableEventData |
( |
| ) |
|
Member Function Documentation
| int proVariableEventData::getDataType |
( |
| ) |
const |
| plKey proVariableEventData::getKey |
( |
| ) |
const |
| plString proVariableEventData::getName |
( |
| ) |
const |
| float proVariableEventData::getNumber |
( |
| ) |
const |
| virtual void proVariableEventData::IPrcWrite |
( |
pfPrcHelper * |
prc | ) |
|
|
protectedvirtual |
| void proVariableEventData::setDataType |
( |
int |
type | ) |
|
| void proVariableEventData::setKey |
( |
plKey |
key | ) |
|
| void proVariableEventData::setName |
( |
const plString & |
name | ) |
|
| void proVariableEventData::setNumber |
( |
float |
number | ) |
|
Member Data Documentation
| int proVariableEventData::fDataType |
|
protected |
| plKey proVariableEventData::fKey |
|
protected |
| float proVariableEventData::fNumber |
|
protected |
The documentation for this class was generated from the following file: