Table of Contents

Method IsReservedScriptName

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsReservedScriptName(string)

Gets whether the specified script name is reserved by Anvil.

public static bool IsReservedScriptName(this string scriptName)

Parameters

scriptName string

The script name to check.

Returns

bool

True if the name is reserved, otherwise false.