Method ClearPlayerChatHearingDistance
ClearPlayerChatHearingDistance(NwPlayer, ChatChannel)
Clears the hearing distance override for the specified NwPlayer and ChatChannel.
public void ClearPlayerChatHearingDistance(NwPlayer player, ChatChannel chatChannel)
Parameters
playerNwPlayerThe NwPlayer to query.
chatChannelChatChannelThe ChatChannel to query.
ClearPlayerChatHearingDistance(NwPlayer)
Clears any hearing distance overrides for the specified NwPlayer.
public void ClearPlayerChatHearingDistance(NwPlayer player)