EventStackFrame

An EventStackFrame represents a single frame in the EventStack. This provides context for one layer of execution in the event system, much like a stack in a traditional programming language. Its main purpose is to track the current event.

Methods

GetCurrentEvent()
Return the currently executing EventBlock.
Addon SDK Manual 2018-07-02

On this page