Table of Contents

Method UnregisterScriptHandler

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

UnregisterScriptHandler(string)

Unregisters any handler assigned to the specified script.

public bool UnregisterScriptHandler(string scriptName)

Parameters

scriptName string

The script name to unregister.

Returns

bool

True if a handler was removed, false if nothing was removed.