class_visualscriptbasictypeconstant.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the VisualScriptBasicTypeConstant.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_VisualScriptBasicTypeConstant:
  5. VisualScriptBasicTypeConstant
  6. =============================
  7. **Inherits:** :ref:`VisualScriptNode<class_visualscriptnode>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. A Visual Script node representing a constant from the base types.
  12. Member Variables
  13. ----------------
  14. .. _class_VisualScriptBasicTypeConstant_basic_type:
  15. - :ref:`Type<enum_variant_type>` **basic_type** - The type to get the constant from.
  16. .. _class_VisualScriptBasicTypeConstant_constant:
  17. - :ref:`String<class_string>` **constant** - The name of the constant to return.
  18. Description
  19. -----------
  20. A Visual Script node representing a constant from base types, such as Vector3.AXIS_X.