|
Polyphase Game Engine
|
#include <NetMsg.h>
Public Member Functions | |
| NET_MSG_INTERFACE (InvokeScript) | |
Public Member Functions inherited from NetMsgInvoke | |
| NET_MSG_INTERFACE (Invoke) | |
| virtual bool | IsReliable () const override |
Public Member Functions inherited from NetMsg | |
| virtual void | Read (Stream &stream) |
| virtual void | Write (Stream &stream) const |
| virtual void | Execute (NetHost sender) |
| virtual NetMsgType | GetType () const =0 |
Additional Inherited Members | |
Public Attributes inherited from NetMsgInvoke | |
| NetId | mNodeNetId = INVALID_TYPE_ID |
| uint16_t | mIndex = 0 |
| uint8_t | mNumParams = 0 |
| bool | mReliable = false |
| std::vector< Datum > | mParams |
| NetMsgInvokeScript::NET_MSG_INTERFACE | ( | InvokeScript | ) |