Removed

Network.RemoveRPCs

Obsolete The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead.

Declaration

public static void RemoveRPCs(NetworkPlayer playerID);

Description

Remove all RPC functions which belong to this player ID.


Obsolete The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead.

Declaration

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 The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead.

Declaration

public static void RemoveRPCs(NetworkViewID viewID);

Description

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


Did you find this page useful? Please give it a rating: