Planeshift
Public Member Functions | Public Attributes

psNewSectorMessage Class Reference

Sends messages to the client indicating that a sector portal has been crossed. More...

#include <messages.h>

List of all members.

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.

Detailed Description

Sends messages to the client indicating that a sector portal has been crossed.

Definition at line 1788 of file messages.h.


Constructor & Destructor Documentation

psNewSectorMessage::psNewSectorMessage ( const csString &  oldSector,
const csString &  newSector,
csVector3  pos,
bool  use_yrot = false,
float  yrot = 0.0 
)
psNewSectorMessage::psNewSectorMessage ( MsgEntry message)

Member Function Documentation

psNewSectorMessage::PSF_DECLARE_MSG_FACTORY ( )
virtual csString psNewSectorMessage::ToString ( NetBase::AccessPointers accessPointers) [virtual]

Converts the message into human readable string.

Parameters:
accessPointersA struct to a number of access pointers.
Returns:
Return a human readable string for the message.

Implements psMessageCracker.


Member Data Documentation

Definition at line 1806 of file messages.h.

Holds the options that the window should display.

Definition at line 1806 of file messages.h.

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.


The documentation for this class was generated from the following file: