Table of Contents

Class OnDebugRunScriptChunk

Namespace
Anvil.API.Events
Assembly
NWN.Anvil.dll

Triggered when a DM/player in debug mode has requested a script chunk to be executed.

public sealed class OnDebugRunScriptChunk : IEvent
Inheritance
OnDebugRunScriptChunk
Implements
Inherited Members
Extension Methods

Properties

Player

Gets the player attempting to execute the script chunk.

ScriptChunk

Gets the raw script chunk that is attempted to be executed.

Skip

Set to true to skip execution.

Target

Gets the object currently set as "OBJECT_SELF"

WrapIntoMain

Gets if the script chunk was requested to be wrapped in a main function.