Method GetOverridesForObserver
GetOverridesForObserver(bool)
Gets a list of all name overrides for the specified observer.
public Dictionary<NwPlayer, PlayerNameOverride> GetOverridesForObserver(bool includeGlobal = false)
Parameters
includeGlobalboolTrue if global overrides should be included in the returned map.
Returns
- Dictionary<NwPlayer, PlayerNameOverride>
A dictionary containing the name overrides for the specified observer.