mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Consistently prefix bound virtual methods with _
This commit is contained in:
@@ -138,10 +138,10 @@ public:
|
||||
StringName grouped;
|
||||
StringName ungrouped;
|
||||
|
||||
StringName has_point;
|
||||
StringName get_drag_data;
|
||||
StringName can_drop_data;
|
||||
StringName drop_data;
|
||||
StringName _has_point;
|
||||
StringName _get_drag_data;
|
||||
StringName _can_drop_data;
|
||||
StringName _drop_data;
|
||||
|
||||
StringName screen_entered;
|
||||
StringName screen_exited;
|
||||
|
||||
Reference in New Issue
Block a user