MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_tool

Method is_tool

modules/gdscript/gdscript.h:290–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 virtual void get_script_signal_list(List<MethodInfo> *r_signals) const override;
289
290 bool is_tool() const override { return tool; }
291 bool is_abstract() const override { return _is_abstract; }
292 Ref<GDScript> get_base() const;
293

Callers 15

_prepare_compilationMethod · 0.45
_compile_classMethod · 0.45
print_treeMethod · 0.45
reloadMethod · 0.45
get_global_class_nameMethod · 0.45
didSaveMethod · 0.45
emit_signalpMethod · 0.45
run_editor_scriptMethod · 0.45
_update_nodeMethod · 0.45
_validate_scriptMethod · 0.45
_menu_optionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected