Remove all RPC functions which belong to this player ID.
function OnPlayerDisconnected(player: NetworkPlayer) { Debug.Log("Clean up after player " + player); Network.RemoveRPCs(player); Network.DestroyPlayerObjects(player); }
no example available in C#
Remove all RPC functions which belong to this player ID and were sent based on the given group.
Remove the RPC function calls accociated with this view ID number.
Did you find this page useful? Please give it a rating: