Table of Contents

Method GetEventScript

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

GetEventScript(EventScriptType)

Gets the script assigned to run for the specified object event.

public string GetEventScript(EventScriptType eventType)

Parameters

eventType EventScriptType

The event type to query.

Returns

string

The script that has been assigned to the event, otherwise an Empty string.