This version of Unity is unsupported.
Removed

Network.RemoveRPCs

Obsolete public static void RemoveRPCs(NetworkPlayer playerID);

Description

Remove all RPC functions which belong to this player ID.


Obsolete public static void RemoveRPCs(NetworkPlayer playerID, int group);

Description

Remove all RPC functions which belong to this player ID and were sent based on the given group.


Obsolete public static void RemoveRPCs(NetworkViewID viewID);

Description

Remove the RPC function calls accociated with this view ID number.