Table of Contents

Method IsScriptRegistered

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

IsScriptRegistered(string)

Gets if the specified script name has a script handler already defined.

public bool IsScriptRegistered(string scriptName)

Parameters

scriptName string

The script name to query.

Returns

bool

True if a handler already exists, otherwise false.