doc: Sync classref with current source
This commit is contained in:
parent
2975f6e3c4
commit
74932b905e
@ -35,6 +35,12 @@
|
|||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="get_frustum" qualifiers="const">
|
||||||
|
<return type="Array">
|
||||||
|
</return>
|
||||||
|
<description>
|
||||||
|
</description>
|
||||||
|
</method>
|
||||||
<method name="is_position_behind" qualifiers="const">
|
<method name="is_position_behind" qualifiers="const">
|
||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
|
@ -269,6 +269,15 @@
|
|||||||
<description>
|
<description>
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="get_node_or_null" qualifiers="const">
|
||||||
|
<return type="Node">
|
||||||
|
</return>
|
||||||
|
<argument index="0" name="path" type="NodePath">
|
||||||
|
</argument>
|
||||||
|
<description>
|
||||||
|
Similar to [method get_node], but does not raise an error when [code]path[/code] does not point to a valid [code]Node[/code].
|
||||||
|
</description>
|
||||||
|
</method>
|
||||||
<method name="get_parent" qualifiers="const">
|
<method name="get_parent" qualifiers="const">
|
||||||
<return type="Node">
|
<return type="Node">
|
||||||
</return>
|
</return>
|
||||||
|
@ -29,6 +29,12 @@
|
|||||||
Returns an individual bit on the collision mask.
|
Returns an individual bit on the collision mask.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="get_meshes" qualifiers="const">
|
||||||
|
<return type="Array">
|
||||||
|
</return>
|
||||||
|
<description>
|
||||||
|
</description>
|
||||||
|
</method>
|
||||||
<method name="is_root_shape" qualifiers="const">
|
<method name="is_root_shape" qualifiers="const">
|
||||||
<return type="bool">
|
<return type="bool">
|
||||||
</return>
|
</return>
|
||||||
|
Loading…
Reference in New Issue
Block a user