diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-24 17:43:10 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-04-24 17:50:20 +0200 |
commit | d567c15aed0a51d939c76305fdf56cc3732bbef3 (patch) | |
tree | df18ee2c9ac5d72a329f89af83d4d5820d6f45a0 /doc/classes/PhysicsBody3D.xml | |
parent | 58cbec8db324d60f6367e7ed99c9036abc162203 (diff) |
doc: Fix parsing typed arrays in makerst.py
`Type[]` typed arrays will link to `Type`, as it's likely the most
interesting information for the user.
And sync classref with current source.
Diffstat (limited to 'doc/classes/PhysicsBody3D.xml')
-rw-r--r-- | doc/classes/PhysicsBody3D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/PhysicsBody3D.xml b/doc/classes/PhysicsBody3D.xml index f0ba2a7f5f..2301a07a5c 100644 --- a/doc/classes/PhysicsBody3D.xml +++ b/doc/classes/PhysicsBody3D.xml @@ -20,7 +20,7 @@ </description> </method> <method name="get_collision_exceptions"> - <return type="Array"> + <return type="PhysicsBody3D[]"> </return> <description> Returns an array of nodes that were added as collision exceptions for this body. |