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 (const csString &oldSector, const csString &newSector, csVector3 pos, bool use_yrot=false, float yrot=0.0) | |
psNewSectorMessage (MsgEntry *message) | |
virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
Converts the message into human readable string. More... | |
![]() | |
void | FireEvent () |
Publishes the message to the local program. More... | |
virtual csString | GetMessageTypeName () const =0 |
Gets the name of the message type. More... | |
void | Multicast (csArray< PublishDestination > &multi, uint32_t except, float range) |
Multicasts the message to all current connections. More... | |
psMessageCracker () | |
void | SendMessage () |
Sends the message to the client/server. More... | |
virtual | ~psMessageCracker () |
Public Attributes | |
csString | newSector |
csString | oldSector |
Holds the options that the window should display. More... | |
csVector3 | pos |
bool | use_yrot |
Use the yrot value to set the rotation. More... | |
float | yrot |
Rotation around Y-axis in radians. More... | |
![]() | |
int | filterNumber |
csRef< MsgEntry > | msg |
bool | valid |
Additional Inherited Members | |
![]() | |
static MsgHandler * | msghandler |
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 |
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.
bool psNewSectorMessage::use_yrot |
Use the yrot value to set the rotation.
Definition at line 1809 of file messages.h.
float psNewSectorMessage::yrot |
Rotation around Y-axis in radians.
Definition at line 1808 of file messages.h.