Sync classref
This commit is contained in:
parent
2ca4995a6f
commit
45163b10be
@ -10552,6 +10552,40 @@ This approximation makes straight segments between each point, then subdivides t
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_fallback">
|
||||
<argument index="0" name="data" type="DynamicFontData">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_fallback">
|
||||
<argument index="0" name="idx" type="int">
|
||||
</argument>
|
||||
<argument index="1" name="data" type="DynamicFontData">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_fallback" qualifiers="const">
|
||||
<return type="DynamicFontData">
|
||||
</return>
|
||||
<argument index="0" name="idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="remove_fallback">
|
||||
<argument index="0" name="idx" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_fallback_count" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
@ -14403,7 +14437,7 @@ This approximation makes straight segments between each point, then subdivides t
|
||||
</argument>
|
||||
<argument index="2" name="headers" type="StringArray">
|
||||
</argument>
|
||||
<argument index="3" name="body" type="RawArray" default="""">
|
||||
<argument index="3" name="body" type="RawArray">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
@ -32717,8 +32751,9 @@ This method controls whether the position between two cached points is interpola
|
||||
<method name="reload">
|
||||
<return type="int">
|
||||
</return>
|
||||
<argument index="0" name="keep_state" type="bool" default="false">
|
||||
</argument>
|
||||
<description>
|
||||
Reload the script. This will fail if there are existing instances.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
Loading…
Reference in New Issue
Block a user