mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Rename the argument tag to param in XML documentation
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
</method>
|
||||
<method name="is_pixel_opaque" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<argument index="0" name="pos" type="Vector2" />
|
||||
<param index="0" name="pos" type="Vector2" />
|
||||
<description>
|
||||
Returns [code]true[/code], if the pixel at the given position is opaque and [code]false[/code] in other case.
|
||||
[b]Note:[/b] It also returns [code]false[/code], if the sprite's texture is [code]null[/code] or if the given position is invalid.
|
||||
|
||||
Reference in New Issue
Block a user