mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
-Ability to reload (and soft reload) tool scripts. Please test!
This commit is contained in:
parent
1bdb55831d
commit
f8f30662d9
5 changed files with 124 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue