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.
This commit is contained in:
parent
58cbec8db3
commit
d567c15aed
17 changed files with 51 additions and 75 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue