#include <NetFunc.h>
|
| | NetFunc () |
| |
| | NetFunc (NetFuncType type, const char *name, NetFunc0FP fp, bool reliable=false) |
| |
| | NetFunc (NetFuncType type, const char *name, NetFunc1FP fp, bool reliable=false) |
| |
| | NetFunc (NetFuncType type, const char *name, NetFunc2FP fp, bool reliable=false) |
| |
| | NetFunc (NetFuncType type, const char *name, NetFunc3FP fp, bool reliable=false) |
| |
| | NetFunc (NetFuncType type, const char *name, NetFunc4FP fp, bool reliable=false) |
| |
| | NetFunc (NetFuncType type, const char *name, NetFunc5FP fp, bool reliable=false) |
| |
| | NetFunc (NetFuncType type, const char *name, NetFunc6FP fp, bool reliable=false) |
| |
| | NetFunc (NetFuncType type, const char *name, NetFunc7FP fp, bool reliable=false) |
| |
| | NetFunc (NetFuncType type, const char *name, NetFunc8FP fp, bool reliable=false) |
| |
◆ NetFunc() [1/10]
◆ NetFunc() [2/10]
◆ NetFunc() [3/10]
◆ NetFunc() [4/10]
◆ NetFunc() [5/10]
◆ NetFunc() [6/10]
◆ NetFunc() [7/10]
◆ NetFunc() [8/10]
◆ NetFunc() [9/10]
◆ NetFunc() [10/10]
◆ [union]
| union { ... } NetFunc::mFuncPointer |
◆ mIndex
| uint16_t NetFunc::mIndex = 0 |
◆ mName
| std::string NetFunc::mName |
◆ mNumParams
| uint8_t NetFunc::mNumParams = 0 |
◆ mReliable
| bool NetFunc::mReliable = false |
◆ mType
◆ p0
◆ p1
◆ p2
◆ p3
◆ p4
◆ p5
◆ p6
◆ p7
◆ p8
The documentation for this struct was generated from the following files: