Public Member Functions | |
cCovenant (WORD type, DWORD dwGUID, DWORD houseID, char *szName, char *szDescription, cLocation *pcLoc=NULL) | |
void | Assess (cClient *pcAssesser) |
cMessage | CreatePacket () |
void | Action (cClient *who) |
void | SetMode (DWORD mode) |
void | SetGUID (DWORD GUID) |
void | SetOwner (DWORD ownerID) |
void | SetData (DWORD wAnimConfig, WORD wModel, WORD wIcon) |
Friends | |
class | cClient |
cCovenant::cCovenant | ( | WORD | type, | |
DWORD | dwGUID, | |||
DWORD | dwHouseID, | |||
char * | szName, | |||
char * | szDescription, | |||
cLocation * | pcLoc = NULL | |||
) |
A constructor.
Called whenever a covenant crystal object is initialized.
Handles the creation of covenant crystals.
Called whenever a covenant crystal object should be initialized.
void cCovenant::Action | ( | cClient * | who | ) | [virtual] |
Handles the actions of covenant crystal objects.
This function is called whenever a covenant crystal is used or should perform an action.
Implements cObject.
void cCovenant::Assess | ( | cClient * | pcAssesser | ) | [virtual] |
Handles the assessment of covenant crystal objects.
This function is called whenever a covenant crystal is assessed by a client.
Returns a Game Event (0x0000F7B0) server message of type Identify Object (0x000000C9).
Reimplemented from cObject.
cMessage cCovenant::CreatePacket | ( | ) | [virtual] |