|
Planeshift
|
#include <messages.h>
Public Member Functions | |
| PSF_DECLARE_MSG_FACTORY () | |
| psSlotMovementMsg (MsgEntry *me) | |
| psSlotMovementMsg (int fromContainerID, int fromSlotID, int toContainerID, int toSlotID, int stackCount, csVector3 *pt3d=NULL, csVector3 *rot=NULL, bool guarded=true, bool inplace=true) | |
| virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
| Converts the message into human readable string. | |
Public Attributes | |
| int | fromContainer |
| int | fromSlot |
| bool | guarded |
| bool | inplace |
| csVector3 | posWorld |
| csVector3 | rot |
| int | stackCount |
| int | toContainer |
| int | toSlot |
Definition at line 3908 of file messages.h.
| psSlotMovementMsg::psSlotMovementMsg | ( | int | fromContainerID, |
| int | fromSlotID, | ||
| int | toContainerID, | ||
| int | toSlotID, | ||
| int | stackCount, | ||
| csVector3 * | pt3d = NULL, |
||
| csVector3 * | rot = NULL, |
||
| bool | guarded = true, |
||
| bool | inplace = true |
||
| ) | [inline] |
Definition at line 3911 of file messages.h.
| psSlotMovementMsg::psSlotMovementMsg | ( | MsgEntry * | me | ) | [inline] |
Definition at line 3960 of file messages.h.
| psSlotMovementMsg::PSF_DECLARE_MSG_FACTORY | ( | ) |
| virtual csString psSlotMovementMsg::ToString | ( | NetBase::AccessPointers * | accessPointers | ) | [virtual] |
Converts the message into human readable string.
| accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
Definition at line 3985 of file messages.h.
Definition at line 3986 of file messages.h.
Definition at line 3992 of file messages.h.
Definition at line 3993 of file messages.h.
| csVector3 psSlotMovementMsg::posWorld |
Definition at line 3990 of file messages.h.
| csVector3 psSlotMovementMsg::rot |
Definition at line 3991 of file messages.h.
Definition at line 3989 of file messages.h.
Definition at line 3987 of file messages.h.
Definition at line 3988 of file messages.h.
1.7.3