Exemplo n.º 1
0
 /// <summary>
 /// Tell the server to mute a player for this controller
 /// @param PlayerId player id to mute
 /// </summary>
 public extern virtual void ServerMutePlayer(FUniqueNetIdRepl PlayerId);
Exemplo n.º 2
0
 /// <summary>
 /// Tell the client to mute a player for this controller
 /// @param PlayerId player id to mute
 /// </summary>
 public extern virtual void ClientMutePlayer(FUniqueNetIdRepl PlayerId);