#include <plAvBrainCoop.h>
Additional Inherited Members |
enum | BrainType {
kGeneric,
kLadder,
kSit,
kEmote,
kAFK,
kNumBrainTypes,
kNonGeneric = kNumBrainTypes
} |
enum | ExitFlag {
kExitNormal = 0,
kExitAnyTask = 0x1,
kExitNewBrain = 0x2,
kExitAnyInput = 0x4,
kExitMaxFlag = 0x8
} |
enum | MoveMode {
kMoveAbsolute,
kMoveRelative,
kMoveNormal,
kMoveStandstill,
kMaxMoveMode
} |
enum | Mode {
kEntering = 1,
kNormal,
kFadingIn,
kFadingOut,
kExit,
kAbort,
kMaxMode
} |
Constructor & Destructor Documentation
plAvBrainCoop::plAvBrainCoop |
( |
| ) |
|
Member Function Documentation
void plAvBrainCoop::addRecipeient |
( |
plKey |
recp | ) |
|
void plAvBrainCoop::clearRecipients |
( |
| ) |
|
void plAvBrainCoop::delRecipient |
( |
size_t |
idx | ) |
|
plKey plAvBrainCoop::getGuestKey |
( |
| ) |
const |
plKey plAvBrainCoop::getHostKey |
( |
| ) |
const |
unsigned int plAvBrainCoop::getInitiatorID |
( |
| ) |
const |
unsigned short plAvBrainCoop::getInitiatorSerial |
( |
| ) |
const |
const std::vector<plKey>& plAvBrainCoop::getRecipients |
( |
| ) |
const |
std::vector<plKey>& plAvBrainCoop::getRecipients |
( |
| ) |
|
This must be overloaded by subclasses to parse PRC data specific to the class from the PRC document. It is called once for each tag that is a child to the Creatable tag itself, so subclasses should check for each supported tag and handle it accordingly if it matches. If the tag is not recognized, it should be passed along to the parent class.
Reimplemented from plAvBrainGeneric.
virtual void plAvBrainCoop::IPrcWrite |
( |
pfPrcHelper * |
prc | ) |
|
|
protectedvirtual |
This must be overloaded by subclasses to write PRC data specific to the class to the PRC document. Do not write the top-level creatable tag, that is handled by prcWrite().
Reimplemented from plAvBrainGeneric.
bool plAvBrainCoop::isWaitingForClick |
( |
| ) |
const |
Reads this creatable directly from the stream. If any keys are read, they will be added to the plResManager automatically.
Reimplemented from plAvBrainGeneric.
void plAvBrainCoop::setGuestKey |
( |
plKey |
guest | ) |
|
void plAvBrainCoop::setHostKey |
( |
plKey |
host | ) |
|
void plAvBrainCoop::setInitiatorID |
( |
unsigned int |
id | ) |
|
void plAvBrainCoop::setInitiatorSerial |
( |
unsigned short |
serial | ) |
|
void plAvBrainCoop::setWaitingForClick |
( |
bool |
waiting | ) |
|
Writes this creatable directly to the stream. The plResManager is used to manage any key references written by this creatable.
Reimplemented from plAvBrainGeneric.
The documentation for this class was generated from the following file: