.. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead. .. _class_VisualScriptLocalVar: VisualScriptLocalVar ==================== **Inherits:** :ref:`VisualScriptNode` **<** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Member Functions ---------------- +------------------------------+-------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_var_name` **(** **)** const | +------------------------------+-------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_var_type` **(** **)** const | +------------------------------+-------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_var_name` **(** :ref:`String` name **)** | +------------------------------+-------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_var_type` **(** :ref:`int` type **)** | +------------------------------+-------------------------------------------------------------------------------------------------------------+ Member Variables ---------------- - :ref:`int` **type** - :ref:`String` **var_name** Member Function Description --------------------------- .. _class_VisualScriptLocalVar_get_var_name: - :ref:`String` **get_var_name** **(** **)** const .. _class_VisualScriptLocalVar_get_var_type: - :ref:`int` **get_var_type** **(** **)** const .. _class_VisualScriptLocalVar_set_var_name: - void **set_var_name** **(** :ref:`String` name **)** .. _class_VisualScriptLocalVar_set_var_type: - void **set_var_type** **(** :ref:`int` type **)**