You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Makes all Godot API's methods Lower Case
This commit is contained in:
@@ -415,7 +415,7 @@ Error OS_Unix::kill(const ProcessID &p_pid) {
|
||||
return ret ? ERR_INVALID_PARAMETER : OK;
|
||||
}
|
||||
|
||||
int OS_Unix::get_process_ID() const {
|
||||
int OS_Unix::get_process_id() const {
|
||||
|
||||
return getpid();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user