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...
VisualScriptVariableGet¶
Inherits: VisualScriptNode < Resource < Reference < Object
Obtiene el valor de una variable.
Descripción¶
Devuelve el valor de una variable. "Nombre Variable" debe ser suministrado, con un tipo opcional.
Puertos de entrada:
ninguno
Puertos de salida:
Datos (variante):
value
Propiedades¶
|
Descripciones de Propiedades¶
String var_name
Default |
|
Setter |
set_variable(value) |
Getter |
get_variable() |
El nombre de la variable.