You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Change "ID" to lowercase "id"
Reasoning: ID is not an acronym, it is simply short for identification, so it logically should not be capitalized. But even if it was an acronym, other acronyms in Godot are not capitalized, like p_rid, p_ip, and p_json.
This commit is contained in:
@@ -54,7 +54,7 @@ class MessageQueue {
|
||||
|
||||
struct Message {
|
||||
|
||||
ObjectID instance_ID;
|
||||
ObjectID instance_id;
|
||||
StringName target;
|
||||
int16_t type;
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user