mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 03:34:17 +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
|
|
@ -389,6 +389,7 @@ public:
|
|||
virtual String debug_parse_stack_level_expression(int p_level,const String& p_expression,int p_max_subitems=-1,int p_max_depth=-1);
|
||||
|
||||
virtual void reload_all_scripts();
|
||||
virtual void reload_tool_script(const Ref<Script>& p_script,bool p_soft_reload);
|
||||
|
||||
virtual void frame();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue