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

Method is_using_templates

modules/mono/csharp_script.cpp:368–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368bool CSharpLanguage::is_using_templates() {
369 return true;
370}
371
372Ref<Script> CSharpLanguage::make_template(const String &p_template, const String &p_class_name, const String &p_base_class_name) const {
373 Ref<CSharpScript> scr;

Callers 1

_update_template_menuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected