You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Proper function/property selection in visual script editing for property.
This one has an ordered list, built-in description, search, etc.
This commit is contained in:
@@ -114,6 +114,7 @@ public:
|
||||
|
||||
virtual void update_exports() {} //editor tool
|
||||
virtual void get_script_method_list(List<MethodInfo> *p_list) const=0;
|
||||
virtual void get_script_property_list(List<PropertyInfo> *p_list) const=0;
|
||||
|
||||
|
||||
Script() {}
|
||||
|
||||
Reference in New Issue
Block a user