This version of Unity is unsupported.
Method group is Obsolete

NetworkBehaviour.InvokeSyncEvent

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public bool InvokeSyncEvent(int cmdHash, NetworkReader reader);

Parameters

cmdHash Hash of the SyncEvent name.
reader Parameters to pass to the SyncEvent.

Returns

bool Returns true if successful.

Description

Manually invoke a SyncEvent.