Rename pos to position in user facing methods and variables
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
This commit is contained in:
parent
ecd226c6a7
commit
5ad9be4c24
247 changed files with 823 additions and 832 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<method name="add_point">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="pos" type="Vector2">
|
||||
<argument index="0" name="position" type="Vector2">
|
||||
</argument>
|
||||
<description>
|
||||
Add a point at the x/y position in the supplied [Vector2]
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_point_pos" qualifiers="const">
|
||||
<method name="get_point_position" qualifiers="const">
|
||||
<return type="Vector2">
|
||||
</return>
|
||||
<argument index="0" name="i" type="int">
|
||||
|
|
@ -149,12 +149,12 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_point_pos">
|
||||
<method name="set_point_position">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="i" type="int">
|
||||
</argument>
|
||||
<argument index="1" name="pos" type="Vector2">
|
||||
<argument index="1" name="position" type="Vector2">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue