You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Makes all Godot API's methods Lower Case
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user