Makes all Godot API's methods Lower Case
This commit is contained in:
parent
7e4970214c
commit
5ae78fdf6a
112 changed files with 430 additions and 430 deletions
|
|
@ -686,11 +686,11 @@ void OS_Android::set_screen_orientation(ScreenOrientation p_orientation) {
|
|||
set_screen_orientation_func(p_orientation);
|
||||
}
|
||||
|
||||
String OS_Android::get_unique_ID() const {
|
||||
String OS_Android::get_unique_id() const {
|
||||
|
||||
if (get_unique_id_func)
|
||||
return get_unique_id_func();
|
||||
return OS::get_unique_ID();
|
||||
return OS::get_unique_id();
|
||||
}
|
||||
|
||||
Error OS_Android::native_video_play(String p_path, float p_volume) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue