1
0
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:
Juan Linietsky
2016-06-08 20:00:02 -03:00
parent 1bdb55831d
commit f8f30662d9
5 changed files with 124 additions and 0 deletions

View File

@@ -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;