Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Network.RemoveRPCs

public static void RemoveRPCs(NetworkPlayer playerID);

Description

Remove all RPC functions which belong to this player ID.

no example available in C#

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.


public static void RemoveRPCs(NetworkViewID viewID);

Description

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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答