Struct NetworkRpcInfo
Assembly: FlaxEngine.dll
File: Engine/Networking/NetworkRpc.h
Syntax
public struct NetworkRpcInfo
Fields
Channel
Declaration
public uint8 Channel
Field Value
uint8
|
Client
Declaration
public uint8 Client
Field Value
uint8
|
Execute)(ScriptingObject* obj, NetworkStream* stream, void* tag)
Declaration
public void(* Execute)(ScriptingObject* obj, NetworkStream* stream, void* tag)
Field Value
void(
|
Invoke)(ScriptingObject* obj, void* *args)
Declaration
public bool(* Invoke)(ScriptingObject* obj, void* *args)
Field Value
bool(
|
RPCsTable
Global table for registered RPCs. Key: pair of type, RPC name. Value: RPC descriptor.
Declaration
public static Dictionary<NetworkRpcName, NetworkRpcInfo> RPCsTable
Field Value
Dictionary<NetworkRpcName, NetworkRpcInfo>
|
Server
Declaration
public uint8 Server
Field Value
uint8
|
Tag
Declaration
public void* Tag
Field Value
void
|