You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
-Ability to reload (and soft reload) tool scripts. Please test!
This commit is contained in:
@@ -192,6 +192,7 @@ public:
|
||||
virtual Vector<StackInfo> debug_get_current_stack_info() { return Vector<StackInfo>(); }
|
||||
|
||||
virtual void reload_all_scripts()=0;
|
||||
virtual void reload_tool_script(const Ref<Script>& p_script,bool p_soft_reload)=0;
|
||||
/* LOADER FUNCTIONS */
|
||||
|
||||
virtual void get_recognized_extensions(List<String> *p_extensions) const=0;
|
||||
|
||||
Reference in New Issue
Block a user