Method GetPlayerChatHearingDistance
GetPlayerChatHearingDistance(NwPlayer, ChatChannel)
Gets the hearing distance for the specified NwPlayer and ChatChannel.
public float GetPlayerChatHearingDistance(NwPlayer player, ChatChannel chatChannel)
Parameters
playerNwPlayerThe NwPlayer to query.
chatChannelChatChannelThe ChatChannel to query.
Returns
- float
The distance configured for the specified player and chat channel.
If no override is configured, returns the global configured distance instead.