mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source, adds Enums
This commit is contained in:
@@ -21,11 +21,15 @@ Member Variables
|
||||
|
||||
.. _class_VisualScriptMathConstant_constant:
|
||||
|
||||
- :ref:`int<class_int>` **constant** - The math constant.
|
||||
- :ref:`MathConstant<enum_visualscriptmathconstant_mathconstant>` **constant** - The math constant.
|
||||
|
||||
|
||||
Numeric Constants
|
||||
-----------------
|
||||
Enums
|
||||
-----
|
||||
|
||||
.. _enum_VisualScriptMathConstant_MathConstant:
|
||||
|
||||
enum **MathConstant**
|
||||
|
||||
- **MATH_CONSTANT_ONE** = **0** --- Unity: ``1``
|
||||
- **MATH_CONSTANT_PI** = **1** --- Pi: ``3.141593``
|
||||
@@ -37,6 +41,7 @@ Numeric Constants
|
||||
- **MATH_CONSTANT_NAN** = **7** --- Not a number: ``nan``
|
||||
- **MATH_CONSTANT_MAX** = **8**
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user