Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualScriptGlobalConstant¶
Inherits: VisualScriptNode < Resource < Reference < Object
A Visual Script node returning a constant from @GlobalScope.
Descripción¶
A Visual Script node returning a constant from @GlobalScope.
Propiedades¶
|
Descripciones de Propiedades¶
int constant
Default |
|
Setter |
set_global_constant(value) |
Getter |
get_global_constant() |
The constant to be used.