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

Method get_language

modules/gdscript/gdscript.cpp:920–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920ScriptLanguage *GDScript::get_language() const {
921 return GDScriptLanguage::get_singleton();
922}
923
924void GDScript::get_constants(HashMap<StringName, Variant> *p_constants) {
925 if (p_constants) {

Callers 5

inst_to_dictMethod · 0.45
get_classes_usedMethod · 0.45
callMethod · 0.45
apply_new_signalMethod · 0.45
didSaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected