mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
<methods>
|
||||
<method name="create" qualifiers="static">
|
||||
<return type="PhysicsRayQueryParameters2D" />
|
||||
<argument index="0" name="from" type="Vector2" />
|
||||
<argument index="1" name="to" type="Vector2" />
|
||||
<argument index="2" name="collision_mask" type="int" default="4294967295" />
|
||||
<argument index="3" name="exclude" type="Array" default="[]" />
|
||||
<param index="0" name="from" type="Vector2" />
|
||||
<param index="1" name="to" type="Vector2" />
|
||||
<param index="2" name="collision_mask" type="int" default="4294967295" />
|
||||
<param index="3" name="exclude" type="Array" default="[]" />
|
||||
<description>
|
||||
Returns a new, pre-configured [PhysicsRayQueryParameters2D] object. Use it to quickly create query parameters using the most common options.
|
||||
[codeblock]
|
||||
|
||||
Reference in New Issue
Block a user