#include <NetCommandMsg.h>
Inherits NetCommandMsg.
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 |
Protected Attributes inherited from NetCommandMsg | |
| UnsignedInt | m_timestamp |
| UnsignedInt | m_executionFrame |
| UnsignedInt | m_playerID |
| UnsignedShort | m_id |
| NetCommandType | m_commandType |
| Int | m_referenceCount |
Definition at line 376 of file NetCommandMsg.h.
| NetWrapperCommandMsg::NetWrapperCommandMsg | ( | void | ) |
Definition at line 826 of file NetCommandMsg.cpp.
| UnsignedInt NetWrapperCommandMsg::getChunkNumber | ( | ) |
Definition at line 872 of file NetCommandMsg.cpp.
| UnsignedByte * NetWrapperCommandMsg::getData | ( | ) |
Definition at line 844 of file NetCommandMsg.cpp.
| UnsignedInt NetWrapperCommandMsg::getDataLength | ( | ) |
Definition at line 860 of file NetCommandMsg.cpp.
| UnsignedInt NetWrapperCommandMsg::getDataOffset | ( | ) |
Definition at line 864 of file NetCommandMsg.cpp.
| UnsignedInt NetWrapperCommandMsg::getNumChunks | ( | ) |
Definition at line 880 of file NetCommandMsg.cpp.
| UnsignedInt NetWrapperCommandMsg::getTotalDataLength | ( | ) |
Definition at line 888 of file NetCommandMsg.cpp.
| UnsignedShort NetWrapperCommandMsg::getWrappedCommandID | ( | ) |
Definition at line 896 of file NetCommandMsg.cpp.
| void NetWrapperCommandMsg::setChunkNumber | ( | UnsignedInt | chunkNumber | ) |
Definition at line 876 of file NetCommandMsg.cpp.
| void NetWrapperCommandMsg::setData | ( | UnsignedByte * | data, |
| UnsignedInt | dataLength ) |
Definition at line 848 of file NetCommandMsg.cpp.
| void NetWrapperCommandMsg::setDataOffset | ( | UnsignedInt | offset | ) |
Definition at line 868 of file NetCommandMsg.cpp.
| void NetWrapperCommandMsg::setNumChunks | ( | UnsignedInt | numChunks | ) |
Definition at line 884 of file NetCommandMsg.cpp.
| void NetWrapperCommandMsg::setTotalDataLength | ( | UnsignedInt | totalDataLength | ) |
Definition at line 892 of file NetCommandMsg.cpp.
| void NetWrapperCommandMsg::setWrappedCommandID | ( | UnsignedShort | wrappedCommandID | ) |
Definition at line 900 of file NetCommandMsg.cpp.