summaryrefslogtreecommitdiff
path: root/doc/classes/CollisionObject3D.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-08-23 08:52:13 +0200
committerGitHub <noreply@github.com>2022-08-23 08:52:13 +0200
commit62c3e72b6f3e6fb628ffcb2d062dcbb5de304867 (patch)
treedccdf3ce6517b6a7ac72ba845ac747b92f06a302 /doc/classes/CollisionObject3D.xml
parent4fbfd10dccc297295e80407fb411de2506cb9838 (diff)
parent8be27dc59e3e330e10079ba8cbc999c80cab0ddc (diff)
Merge pull request #63959 from KoBeWi/typo_arrray
Replace Array return types with TypedArray (part 1)
Diffstat (limited to 'doc/classes/CollisionObject3D.xml')
-rw-r--r--doc/classes/CollisionObject3D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CollisionObject3D.xml b/doc/classes/CollisionObject3D.xml
index 04ccf3fc62..4d10a33032 100644
--- a/doc/classes/CollisionObject3D.xml
+++ b/doc/classes/CollisionObject3D.xml
@@ -49,7 +49,7 @@
</description>
</method>
<method name="get_shape_owners">
- <return type="Array" />
+ <return type="PackedInt32Array" />
<description>
Returns an [Array] of [code]owner_id[/code] identifiers. You can use these ids in other methods that take [code]owner_id[/code] as an argument.
</description>