static function RemoveRPCs (playerID : NetworkPlayer) : void
Description
Remove all RPC functions which belong to this player ID.
static function RemoveRPCs (playerID : NetworkPlayer, group : int) : void
Description
Remove all RPC functions which belong to this player ID and were sent based on the given group.
static function RemoveRPCs (viewID : NetworkViewID) : void
Description
Remove the RPC function calls accociated with this view ID number.