mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-25 12:23:00 +00:00
-Make sure that ProjectSettings are properly dumped when dumping docs.
-Documented all properties of project settings Update documentation for ProjectSettings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user