diff options
| author | Rémi Verschelde | 2017-11-24 23:16:30 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-24 23:16:30 +0100 |
| commit | 7dfba3cda9f13427f9f10a6eefbec52aef62274c (patch) | |
| tree | 37231b14dfe24e8597ca5c780bb151696cda9b57 /doc/classes/@GDScript.xml | |
| parent | 2bc6db65c14f00de5a0349e910037ca2db7fc103 (diff) | |
| download | godot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.tar.gz godot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.tar.zst godot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.zip | |
doc: Fix enum tags thanks to 2bc6db6
Diffstat (limited to 'doc/classes/@GDScript.xml')
| -rw-r--r-- | doc/classes/@GDScript.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml index f9b4ec254..bee2cdf38 100644 --- a/doc/classes/@GDScript.xml +++ b/doc/classes/@GDScript.xml @@ -1138,16 +1138,16 @@ </method> </methods> <constants> - <constant name="PI" value="3.141593" enum=""> + <constant name="PI" value="3.141593"> Constant that represents how many times the diameter of a circle fits around its perimeter. </constant> - <constant name="TAU" value="6.283185" enum=""> + <constant name="TAU" value="6.283185"> The circle constant, the circumference of the unit circle. </constant> - <constant name="INF" value="inf" enum=""> + <constant name="INF" value="inf"> A positive infinity. (For negative infinity, use -INF). </constant> - <constant name="NAN" value="nan" enum=""> + <constant name="NAN" value="nan"> Macro constant that expands to an expression of type float that represents a NaN. The NaN values are used to identify undefined or non-representable values for floating-point elements, such as the square root of negative numbers or the result of 0/0. </constant> |
