godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Script.isTool
godot
script
Script
Returns
true
if the script is a tool script. A tool script can run in the editor.
struct
Script
@
nogc
nothrow const
bool
isTool
(
)
Meta
Source
See Implementation
godot
script
Script
aliases
BaseClasses
functions
canInstance
getBaseScript
getInstanceBaseType
getSourceCode
hasScriptSignal
hasSourceCode
instanceHas
isTool
opAssign
opEquals
reload
setSourceCode
properties
sourceCode
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns true if the script is a tool script. A tool script can run in the editor.