Planeshift
|
This message is used by the server to make clients play a song. More...
#include <messages.h>
Public Member Functions | |
PSF_DECLARE_MSG_FACTORY () | |
psPlaySongMessage (MsgEntry *me) | |
Constructor from a MsgEntry. | |
psPlaySongMessage (uint32_t client, uint32_t songID, bool toPlayer, const char *instrName, uint32_t scoreSize, const char *musicalScore) | |
Constructor. | |
virtual csString | ToString (NetBase::AccessPointers *) |
Converts the message into human readable string. | |
Public Attributes | |
csString | instrName |
csString | musicalScore |
uint32_t | songID |
bool | toPlayer |
This message is used by the server to make clients play a song.
Definition at line 5508 of file messages.h.
psPlaySongMessage::psPlaySongMessage | ( | uint32_t | client, |
uint32_t | songID, | ||
bool | toPlayer, | ||
const char * | instrName, | ||
uint32_t | scoreSize, | ||
const char * | musicalScore | ||
) |
Constructor.
client | the client's ID. |
songID | the song's ID. |
toPlayer | true if this message is directed to the player that plays the song. |
instrName | the name of the used instrument. |
scoreSize | the length of the musical score |
musicalScore | the musical sheet to play. |
psPlaySongMessage::psPlaySongMessage | ( | MsgEntry * | me | ) |
Constructor from a MsgEntry.
me | the message entry. |
psPlaySongMessage::PSF_DECLARE_MSG_FACTORY | ( | ) |
virtual csString psPlaySongMessage::ToString | ( | NetBase::AccessPointers * | accessPointers | ) | [inline, virtual] |
Converts the message into human readable string.
Used when a message is Logged. Every message should implement a version of this function that print all data that was decoded when the message was initiated from a NetEntry. See psDRMessage::ToString for an example.
accessPointers | A struct to a number of access pointers. |
Implements psMessageCracker.
Definition at line 5534 of file messages.h.
csString psPlaySongMessage::instrName |
Definition at line 5541 of file messages.h.
csString psPlaySongMessage::musicalScore |
Definition at line 5542 of file messages.h.
uint32_t psPlaySongMessage::songID |
Definition at line 5539 of file messages.h.
Definition at line 5540 of file messages.h.