Table of Contents

Method ClearPlayerOverride

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

ClearPlayerOverride(NwPlayer, bool)

Clears the string override for the specified player, optionally restoring the global override.

public void ClearPlayerOverride(NwPlayer player, bool restoreGlobal = true)

Parameters

player NwPlayer

The player to clear the override from.

restoreGlobal bool

If true, restores Override as the string value.