1234567891011121314151617181920212223242526272829303132333435363738 |
- .. 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_VisualScriptMathConstant:
- VisualScriptMathConstant
- ========================
- **Inherits:** :ref:`VisualScriptNode<class_visualscriptnode>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +------------------------+----------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_math_constant<class_VisualScriptMathConstant_get_math_constant>` **(** **)** |
- +------------------------+----------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_math_constant<class_VisualScriptMathConstant_set_math_constant>` **(** :ref:`int<class_int>` which **)** |
- +------------------------+----------------------------------------------------------------------------------------------------------------------+
- Member Function Description
- ---------------------------
- .. _class_VisualScriptMathConstant_get_math_constant:
- - :ref:`int<class_int>` **get_math_constant** **(** **)**
- .. _class_VisualScriptMathConstant_set_math_constant:
- - void **set_math_constant** **(** :ref:`int<class_int>` which **)**
|