Planeshift
|
Class to send a csSimpleRenderMesh to the client. More...
#include <messages.h>
Public Member Functions | |
PSF_DECLARE_MSG_FACTORY () | |
psSimpleRenderMeshMessage (uint32_t client, NetBase::AccessPointers *accessPointers, const char *name, uint16_t index, uint16_t count, const iSector *sector, const csSimpleRenderMesh &simpleRenderMesh) | |
psSimpleRenderMeshMessage (MsgEntry *me, NetBase::AccessPointers *accessPointers) | |
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 | |
uint16_t | count |
The index in the collection. More... | |
uint16_t | index |
Name of this collection of meshes. More... | |
csString | name |
iSector * | sector |
csSimpleRenderMesh | simpleRenderMesh |
The total number of meshes in this collection. More... | |
![]() | |
int | filterNumber |
csRef< MsgEntry > | msg |
bool | valid |
Additional Inherited Members | |
![]() | |
static MsgHandler * | msghandler |
Class to send a csSimpleRenderMesh to the client.
Definition at line 6070 of file messages.h.
psSimpleRenderMeshMessage::psSimpleRenderMeshMessage | ( | uint32_t | client, |
NetBase::AccessPointers * | accessPointers, | ||
const char * | name, | ||
uint16_t | index, | ||
uint16_t | count, | ||
const iSector * | sector, | ||
const csSimpleRenderMesh & | simpleRenderMesh | ||
) |
psSimpleRenderMeshMessage::psSimpleRenderMeshMessage | ( | MsgEntry * | me, |
NetBase::AccessPointers * | accessPointers | ||
) |
psSimpleRenderMeshMessage::PSF_DECLARE_MSG_FACTORY | ( | ) |
|
virtual |
Converts the message into human readable string.
accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
uint16_t psSimpleRenderMeshMessage::count |
The index in the collection.
Definition at line 6077 of file messages.h.
uint16_t psSimpleRenderMeshMessage::index |
Name of this collection of meshes.
Definition at line 6076 of file messages.h.
csString psSimpleRenderMeshMessage::name |
Definition at line 6075 of file messages.h.
iSector* psSimpleRenderMeshMessage::sector |
Definition at line 6074 of file messages.h.
csSimpleRenderMesh psSimpleRenderMeshMessage::simpleRenderMesh |
The total number of meshes in this collection.
Definition at line 6078 of file messages.h.