DedicatedScriptScope

This interface is implemented by all classes that represent a dedicated scope of a script that deals with a specific tool or functionality.

Inheritors

Properties

Link copied to clipboard
abstract val ctx: ScopeContext

This field contains the context object that is applicable to the scope that defines the execution. The object is inherited directly from the parent net.democritus.scripting.scope.ScriptScope without alterations.