Sync classref with current source, adds Enums

This commit is contained in:
Rémi Verschelde
2018-01-12 08:52:43 +01:00
parent d2eaa67ef0
commit 4548bb71d5
142 changed files with 2620 additions and 1147 deletions

View File

@@ -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
-----------