Rename the argument tag to param in XML documentation
This commit is contained in:
parent
35c1eae8d7
commit
c5d7115038
432 changed files with 10529 additions and 10529 deletions
|
|
@ -11,10 +11,10 @@
|
|||
<methods>
|
||||
<method name="create" qualifiers="static">
|
||||
<return type="PhysicsRayQueryParameters3D" />
|
||||
<argument index="0" name="from" type="Vector3" />
|
||||
<argument index="1" name="to" type="Vector3" />
|
||||
<argument index="2" name="collision_mask" type="int" default="4294967295" />
|
||||
<argument index="3" name="exclude" type="Array" default="[]" />
|
||||
<param index="0" name="from" type="Vector3" />
|
||||
<param index="1" name="to" type="Vector3" />
|
||||
<param index="2" name="collision_mask" type="int" default="4294967295" />
|
||||
<param index="3" name="exclude" type="Array" default="[]" />
|
||||
<description>
|
||||
Returns a new, pre-configured [PhysicsRayQueryParameters3D] object. Use it to quickly create query parameters using the most common options.
|
||||
[codeblock]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue