classref: Sync with source
This commit is contained in:
parent
845a0e2566
commit
da8fb5de7a
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<doc version="2.0.2.stable.custom_build" name="Engine Types">
|
||||
<doc version="2.0.3.stable.custom_build" name="Engine Types">
|
||||
<class name="@GDScript" category="Core">
|
||||
<brief_description>
|
||||
Built-in GDScript functions.
|
||||
|
@ -205,7 +205,7 @@
|
|||
Exponential logarithm.
|
||||
</description>
|
||||
</method>
|
||||
<method name="isnan">
|
||||
<method name="is_nan">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="s" type="float">
|
||||
|
@ -214,7 +214,7 @@
|
|||
Return true if the float is not a number.
|
||||
</description>
|
||||
</method>
|
||||
<method name="isinf">
|
||||
<method name="is_inf">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="s" type="float">
|
||||
|
@ -36276,12 +36276,12 @@ This method controls whether the position between two cached points is interpola
|
|||
</theme_item>
|
||||
<theme_item name="symbol_color" type="Color">
|
||||
</theme_item>
|
||||
<theme_item name="cursor_color" type="Color">
|
||||
</theme_item>
|
||||
<theme_item name="selection_color" type="Color">
|
||||
</theme_item>
|
||||
<theme_item name="completion_existing" type="Color">
|
||||
</theme_item>
|
||||
<theme_item name="caret_color" type="Color">
|
||||
</theme_item>
|
||||
<theme_item name="breakpoint_color" type="Color">
|
||||
</theme_item>
|
||||
<theme_item name="font_color_selected" type="Color">
|
||||
|
|
Loading…
Reference in New Issue