Nebula
Protocol

EntityRpcMsg

generated from the sources
public struct EntityRpcMsg

Fields

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);

On this page