Table of Contents

Method IsEventLocked

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsEventLocked(EventScriptType)

Gets a value indicating whether the event script can be modified for the specified event.

public bool IsEventLocked(EventScriptType eventType)

Parameters

eventType EventScriptType

The event type to query.

Returns

bool

True if the event is locked and the script cannot be modified, otherwise false.