Protocol
EntityRpcMsg
generated from the sources
Struct in namespace
Nebula · Packages/com.1by3.nebula/Runtime/Protocol/Messages.cspublic struct EntityRpcMsgFields
NetId
public ulong NetId;Epoch
public uint Epoch;BehaviourIndex
public byte BehaviourIndex;MethodHash
public uint MethodHash;ClientId
public uint ClientId;For ClientRpc: 0 = every client, otherwise only that client. For ServerRpc: the sending client (filled by the gateway).
Args
public byte[] Args;Methods
Write
public void Write(NetworkWriter w, MsgId id);Read
public static EntityRpcMsg Read(NetworkReader r);