diff options
| author | Juan Linietsky | 2018-06-11 13:41:16 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-06-11 13:41:16 -0300 |
| commit | d5bb6faac77334154d2b16a3ff2d7ef6479b98be (patch) | |
| tree | d8cd67bd46525102b4ebd4dc3591981966fcdfd4 /doc/classes/@GDScript.xml | |
| parent | 76875ba145c5745033d0a1c9fda2f4349e2509b3 (diff) | |
| download | godot-d5bb6faa.tar.gz godot-d5bb6faa.tar.zst godot-d5bb6faa.zip | |
-Make sure that ProjectSettings are properly dumped when dumping docs.
-Documented all properties of project settings
Update documentation for ProjectSettings
Diffstat (limited to 'doc/classes/@GDScript.xml')
| -rw-r--r-- | doc/classes/@GDScript.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml index cddc59ab7..4a42cca83 100644 --- a/doc/classes/@GDScript.xml +++ b/doc/classes/@GDScript.xml @@ -1160,7 +1160,7 @@ <constant name="INF" value="inf"> A positive infinity. (For negative infinity, use -INF). </constant> - <constant name="NAN" value="nan"> + <constant name="NAN" value="-nan(ind)"> 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> |
