mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Unify similar method descriptions
Notably: * `Pool*Array.size()` and `Array.size()`. * Shared methods of `Transform2D` and `Transform`. * Shared methods of `Vector2` and `Vector3`. This reduces the Deja Vu when translating the class reference :)
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<method name="size">
|
||||
<return type="int" />
|
||||
<description>
|
||||
Returns the array size.
|
||||
Returns the number of elements in the array.
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
||||
Reference in New Issue
Block a user