mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
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
|
@ -369,7 +369,7 @@ void XMLParser::_bind_methods() {
|
|||
ClassDB::bind_method(D_METHOD("is_empty"), &XMLParser::is_empty);
|
||||
ClassDB::bind_method(D_METHOD("get_current_line"), &XMLParser::get_current_line);
|
||||
ClassDB::bind_method(D_METHOD("skip_section"), &XMLParser::skip_section);
|
||||
ClassDB::bind_method(D_METHOD("seek", "pos"), &XMLParser::seek);
|
||||
ClassDB::bind_method(D_METHOD("seek", "position"), &XMLParser::seek);
|
||||
ClassDB::bind_method(D_METHOD("open", "file"), &XMLParser::open);
|
||||
ClassDB::bind_method(D_METHOD("open_buffer", "buffer"), &XMLParser::open_buffer);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue