Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Creates messages from data received through the network. More...
#include <NetMessage.h>
Static Public Member Functions | |
static CNetMessage * | CreateMessage (const void *pData, size_t dataSize, const ScriptInterface &scriptInterface) |
Factory method which creates a message object based on the given data. More... | |
Creates messages from data received through the network.
|
static |
Factory method which creates a message object based on the given data.
pData | Data buffer |
dataSize | Size of data buffer |
scriptInterface | Script instance to use when constructing scripted messages |