RootScope

sealed interface RootScope(source)

This interface is the root of all scopes that can be used in a script.

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.