|
@@ -21631,6 +21631,12 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
|
|
|
Return [i]true[/i] if the "node" argument is a direct or indirect child of the current node, otherwise return [i]false[/i].
|
|
|
</description>
|
|
|
</method>
|
|
|
+ <method name="is_displayed_folded" qualifiers="const">
|
|
|
+ <return type="bool">
|
|
|
+ </return>
|
|
|
+ <description>
|
|
|
+ </description>
|
|
|
+ </method>
|
|
|
<method name="is_fixed_processing" qualifiers="const">
|
|
|
<return type="bool">
|
|
|
</return>
|
|
@@ -21750,6 +21756,12 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
|
|
|
Replace a node in a scene by a given one. Subscriptions that pass through this node will be lost.
|
|
|
</description>
|
|
|
</method>
|
|
|
+ <method name="set_display_folded">
|
|
|
+ <argument index="0" name="fold" type="bool">
|
|
|
+ </argument>
|
|
|
+ <description>
|
|
|
+ </description>
|
|
|
+ </method>
|
|
|
<method name="set_filename">
|
|
|
<argument index="0" name="filename" type="String">
|
|
|
</argument>
|
|
@@ -31508,6 +31520,13 @@ A similar effect may be achieved moving this node's descendants.
|
|
|
<description>
|
|
|
</description>
|
|
|
</method>
|
|
|
+ <method name="get_text">
|
|
|
+ <return type="String">
|
|
|
+ </return>
|
|
|
+ <description>
|
|
|
+ Returns the raw text, stripping out the formatting information.
|
|
|
+ </description>
|
|
|
+ </method>
|
|
|
<method name="get_total_character_count" qualifiers="const">
|
|
|
<return type="int">
|
|
|
</return>
|