Table of Contents

Property Context

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

Context

Gets the context object used to execute callbacks.

NwObject? Context { get; }

Property Value

NwObject

Remarks

This object is used to filter events when subscribing for an event on a specific object.
Additionally, if the event is executed in a VM context, this object will be set as OBJECT_SELF.