Pyrogenesis
13997
|
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, ScriptInterface &scriptInterface) |
Factory method which creates a message object based on the given data. More... | |
Creates messages from data received through the network.
Definition at line 94 of file NetMessage.h.
|
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 |
Definition at line 94 of file NetMessage.cpp.