Planeshift
|
Handle PathNetwork changes from server to superclient. More...
#include <npcmessages.h>
Public Member Functions | |
PSF_DECLARE_MSG_FACTORY () | |
psPathNetworkMessage (Command command, const psPath *path) | |
Generic message to do a command where input is a path. More... | |
psPathNetworkMessage (Command command, const psPath *path, const psPathPoint *point) | |
Generic message to do a command where input is a point for a path. More... | |
psPathNetworkMessage (Command command, const psPath *path, int secondId) | |
Generic message to do a command where input is a point for a path. More... | |
psPathNetworkMessage (Command command, const psPath *path, const csString &string, bool enable) | |
Generic message to do a command where input is a string and a bool for a path. More... | |
psPathNetworkMessage (Command command, const psPathPoint *point) | |
Generic message to do a command where input is a path point. More... | |
psPathNetworkMessage (Command command, const Waypoint *waypoint) | |
Generic message to do a command where input is a waypoint. More... | |
psPathNetworkMessage (Command command, const Waypoint *waypoint, const WaypointAlias *alias) | |
Generic message to do a command where input is a waypoint and an alias. More... | |
psPathNetworkMessage (Command command, const Waypoint *waypoint, const csString &string) | |
Generic message to do a command where input is a waypoint and an string. More... | |
psPathNetworkMessage (Command command, const Waypoint *waypoint, const csString &string, bool enable) | |
Generic message to do a command where input is a string for a waypoint. More... | |
psPathNetworkMessage (MsgEntry *message) | |
Crack incoming psMessageBytes struct for inbound use. More... | |
virtual csString | ToString (NetBase::AccessPointers *accessPointers) |
Convert 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 | |
uint32_t | aliasID |
The id of aliases. More... | |
Command | command |
bool | enable |
Enable or disable flags. More... | |
csString | flags |
String with flags. More... | |
uint32_t | id |
ID of waypoint/point/segment. More... | |
csVector3 | position |
The position for new or adjusted elements. More... | |
float | radius |
The radius. More... | |
float | rotationAngle |
The rotation angle for aliases. More... | |
uint32_t | secondId |
iSector * | sector |
The sector for new or adjusted elements. More... | |
uint32_t | startId |
uint32_t | stopId |
csString | string |
The string for add alias/flag set. More... | |
![]() | |
int | filterNumber |
csRef< MsgEntry > | msg |
bool | valid |
Additional Inherited Members | |
![]() | |
static MsgHandler * | msghandler |
Handle PathNetwork changes from server to superclient.
Definition at line 488 of file npcmessages.h.
Definition at line 492 of file npcmessages.h.
Generic message to do a command where input is a path.
psPathNetworkMessage::psPathNetworkMessage | ( | Command | command, |
const psPath * | path, | ||
const psPathPoint * | point | ||
) |
Generic message to do a command where input is a point for a path.
Generic message to do a command where input is a point for a path.
psPathNetworkMessage::psPathNetworkMessage | ( | Command | command, |
const psPath * | path, | ||
const csString & | string, | ||
bool | enable | ||
) |
Generic message to do a command where input is a string and a bool for a path.
psPathNetworkMessage::psPathNetworkMessage | ( | Command | command, |
const psPathPoint * | point | ||
) |
Generic message to do a command where input is a path point.
Generic message to do a command where input is a waypoint.
psPathNetworkMessage::psPathNetworkMessage | ( | Command | command, |
const Waypoint * | waypoint, | ||
const WaypointAlias * | alias | ||
) |
Generic message to do a command where input is a waypoint and an alias.
psPathNetworkMessage::psPathNetworkMessage | ( | Command | command, |
const Waypoint * | waypoint, | ||
const csString & | string | ||
) |
Generic message to do a command where input is a waypoint and an string.
psPathNetworkMessage::psPathNetworkMessage | ( | Command | command, |
const Waypoint * | waypoint, | ||
const csString & | string, | ||
bool | enable | ||
) |
Generic message to do a command where input is a string for a waypoint.
psPathNetworkMessage::psPathNetworkMessage | ( | MsgEntry * | message | ) |
Crack incoming psMessageBytes struct for inbound use.
psPathNetworkMessage::PSF_DECLARE_MSG_FACTORY | ( | ) |
|
virtual |
Convert the message into human readable string.
accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
uint32_t psPathNetworkMessage::aliasID |
The id of aliases.
Definition at line 522 of file npcmessages.h.
Command psPathNetworkMessage::command |
Definition at line 510 of file npcmessages.h.
bool psPathNetworkMessage::enable |
Enable or disable flags.
Definition at line 515 of file npcmessages.h.
csString psPathNetworkMessage::flags |
String with flags.
Definition at line 517 of file npcmessages.h.
uint32_t psPathNetworkMessage::id |
ID of waypoint/point/segment.
Definition at line 511 of file npcmessages.h.
csVector3 psPathNetworkMessage::position |
The position for new or adjusted elements.
Definition at line 512 of file npcmessages.h.
float psPathNetworkMessage::radius |
The radius.
Definition at line 516 of file npcmessages.h.
float psPathNetworkMessage::rotationAngle |
The rotation angle for aliases.
Definition at line 521 of file npcmessages.h.
uint32_t psPathNetworkMessage::secondId |
Definition at line 520 of file npcmessages.h.
iSector* psPathNetworkMessage::sector |
The sector for new or adjusted elements.
Definition at line 513 of file npcmessages.h.
uint32_t psPathNetworkMessage::startId |
Definition at line 518 of file npcmessages.h.
uint32_t psPathNetworkMessage::stopId |
Definition at line 519 of file npcmessages.h.
csString psPathNetworkMessage::string |
The string for add alias/flag set.
Definition at line 514 of file npcmessages.h.