Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IScriptRecord

Data type corresponding to the information stored for each loaded script (loaded = stored in memory and thus available for a repeated execution).

Hierarchy

  • IScriptRecord

Index

Properties

attachedToUpdate

attachedToUpdate: boolean

Determines whether this script is attached to the update or not. Should be modified via PluginManager.attachToUpdate and PluginManager.detachFromUpdate.

name

name: string

Script name

scope

scope: string

Script scope (equals to the name of the plugin it belongs to or to empty string if it refers to "global scope")

script

script: IScript

Reference to the underlying script object

uuid

uuid: string

UUID of this script

Methods

getFullName

  • getFullName(): string

Generated using TypeDoc