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

Method CSharpScript

modules/mono/csharp_script.cpp:2786–2795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2784}
2785
2786CSharpScript::CSharpScript() {
2787 _clear();
2788
2789#ifdef DEBUG_ENABLED
2790 {
2791 MutexLock lock(CSharpLanguage::get_singleton()->script_instances_mutex);
2792 CSharpLanguage::get_singleton()->script_list.add(&script_list);
2793 }
2794#endif // DEBUG_ENABLED
2795}
2796
2797CSharpScript::~CSharpScript() {
2798#ifdef DEBUG_ENABLED

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected