Table of Contents

Method GetOverridesForObserver

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetOverridesForObserver(bool)

Gets a list of all name overrides for the specified observer.

public Dictionary<NwPlayer, PlayerNameOverride> GetOverridesForObserver(bool includeGlobal = false)

Parameters

includeGlobal bool

True if global overrides should be included in the returned map.

Returns

Dictionary<NwPlayer, PlayerNameOverride>

A dictionary containing the name overrides for the specified observer.