class_visualscriptmathconstant.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_VisualScriptMathConstant:
  4. VisualScriptMathConstant
  5. ========================
  6. **Inherits:** :ref:`VisualScriptNode<class_visualscriptnode>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +------------------------+----------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`int<class_int>` | :ref:`get_math_constant<class_VisualScriptMathConstant_get_math_constant>` **(** **)** |
  14. +------------------------+----------------------------------------------------------------------------------------------------------------------+
  15. | void | :ref:`set_math_constant<class_VisualScriptMathConstant_set_math_constant>` **(** :ref:`int<class_int>` which **)** |
  16. +------------------------+----------------------------------------------------------------------------------------------------------------------+
  17. Member Variables
  18. ----------------
  19. - :ref:`int<class_int>` **constant/constant**
  20. Member Function Description
  21. ---------------------------
  22. .. _class_VisualScriptMathConstant_get_math_constant:
  23. - :ref:`int<class_int>` **get_math_constant** **(** **)**
  24. .. _class_VisualScriptMathConstant_set_math_constant:
  25. - void **set_math_constant** **(** :ref:`int<class_int>` which **)**