#include <NetCommandMsg.h>
Inherits NetCommandMsg.
Public Member Functions | |
| NetRunAheadCommandMsg () | |
| UnsignedShort | getRunAhead () |
| void | setRunAhead (UnsignedShort runAhead) |
| UnsignedByte | getFrameRate () |
| void | setFrameRate (UnsignedByte frameRate) |
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 | |
| UnsignedShort | m_runAhead |
| UnsignedByte | m_frameRate |
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 220 of file NetCommandMsg.h.
| NetRunAheadCommandMsg::NetRunAheadCommandMsg | ( | ) |
Definition at line 510 of file NetCommandMsg.cpp.
| UnsignedByte NetRunAheadCommandMsg::getFrameRate | ( | ) |
Definition at line 527 of file NetCommandMsg.cpp.
| UnsignedShort NetRunAheadCommandMsg::getRunAhead | ( | ) |
Definition at line 519 of file NetCommandMsg.cpp.
| void NetRunAheadCommandMsg::setFrameRate | ( | UnsignedByte | frameRate | ) |
Definition at line 531 of file NetCommandMsg.cpp.
| void NetRunAheadCommandMsg::setRunAhead | ( | UnsignedShort | runAhead | ) |
Definition at line 523 of file NetCommandMsg.cpp.
|
protected |
Definition at line 235 of file NetCommandMsg.h.
|
protected |
Definition at line 234 of file NetCommandMsg.h.