Planeshift
|
Sends messages to the client indicating that a sector portal has been crossed. More...
#include <messages.h>
Public Member Functions | |
PSF_DECLARE_MSG_FACTORY () | |
psNewSectorMessage (MsgEntry *message) | |
psNewSectorMessage (const csString &oldSector, const csString &newSector, csVector3 pos, bool use_yrot=false, float yrot=0.0) | |
virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
Converts the message into human readable string. | |
Public Attributes | |
csString | newSector |
csString | oldSector |
Holds the options that the window should display. | |
csVector3 | pos |
bool | use_yrot |
Use the yrot value to set the rotation. | |
float | yrot |
Rotation around Y-axis in radians. |
Sends messages to the client indicating that a sector portal has been crossed.
Definition at line 1788 of file messages.h.
psNewSectorMessage::psNewSectorMessage | ( | const csString & | oldSector, |
const csString & | newSector, | ||
csVector3 | pos, | ||
bool | use_yrot = false , |
||
float | yrot = 0.0 |
||
) |
psNewSectorMessage::psNewSectorMessage | ( | MsgEntry * | message | ) |
psNewSectorMessage::PSF_DECLARE_MSG_FACTORY | ( | ) |
virtual csString psNewSectorMessage::ToString | ( | NetBase::AccessPointers * | accessPointers | ) | [virtual] |
Converts the message into human readable string.
accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
csString psNewSectorMessage::newSector |
Definition at line 1806 of file messages.h.
csString psNewSectorMessage::oldSector |
Holds the options that the window should display.
Definition at line 1806 of file messages.h.
csVector3 psNewSectorMessage::pos |
Definition at line 1807 of file messages.h.
Use the yrot value to set the rotation.
Definition at line 1809 of file messages.h.
Rotation around Y-axis in radians.
Definition at line 1808 of file messages.h.