#include <NetCommandMsg.h>
Inherits NetCommandMsg.
Public Member Functions | |
| NetDisconnectPlayerCommandMsg () | |
| UnsignedByte | getDisconnectSlot () |
| void | setDisconnectSlot (UnsignedByte slot) |
| UnsignedInt | getDisconnectFrame () |
| void | setDisconnectFrame (UnsignedInt frame) |
Public Member Functions inherited from NetCommandMsg | |
| NetCommandMsg () | |
| UnsignedInt | GetTimestamp () |
| void | SetTimestamp (UnsignedInt timestamp) |
| void | setExecutionFrame (UnsignedInt frame) |
| void | setPlayerID (UnsignedInt playerID) |
| void | setID (UnsignedShort id) |
| UnsignedInt | getExecutionFrame () |
| UnsignedInt | getPlayerID () |
| UnsignedShort | getID () |
| void | setNetCommandType (NetCommandType type) |
| NetCommandType | getNetCommandType () |
| virtual Int | getSortNumber () |
| void | attach () |
| void | detach () |
| virtual AsciiString | getContentsAsAsciiString (void) |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Protected Attributes | |
| UnsignedByte | m_disconnectSlot |
| UnsignedInt | m_disconnectFrame |
Protected Attributes inherited from NetCommandMsg | |
| UnsignedInt | m_timestamp |
| UnsignedInt | m_executionFrame |
| UnsignedInt | m_playerID |
| UnsignedShort | m_id |
| NetCommandType | m_commandType |
| Int | m_referenceCount |
Additional Inherited Members | |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Definition at line 272 of file NetCommandMsg.h.
| NetDisconnectPlayerCommandMsg::NetDisconnectPlayerCommandMsg | ( | ) |
Constructor
Definition at line 602 of file NetCommandMsg.cpp.
| UnsignedInt NetDisconnectPlayerCommandMsg::getDisconnectFrame | ( | ) |
returns the disconnect frame
Definition at line 637 of file NetCommandMsg.cpp.
| UnsignedByte NetDisconnectPlayerCommandMsg::getDisconnectSlot | ( | ) |
Returns the disconnecting slot number
Definition at line 616 of file NetCommandMsg.cpp.
| void NetDisconnectPlayerCommandMsg::setDisconnectFrame | ( | UnsignedInt | frame | ) |
Sets the disconnect frame
Definition at line 630 of file NetCommandMsg.cpp.
| void NetDisconnectPlayerCommandMsg::setDisconnectSlot | ( | UnsignedByte | slot | ) |
Sets the disconnecting slot number
Definition at line 623 of file NetCommandMsg.cpp.
|
protected |
Definition at line 287 of file NetCommandMsg.h.
|
protected |
Definition at line 286 of file NetCommandMsg.h.