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

Method get_name

modules/mono/csharp_script.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94};
95
96String CSharpLanguage::get_name() const {
97 return "C#";
98}
99
100String CSharpLanguage::get_type() const {
101 return "CSharpScript";

Callers 13

_get_platform_nameFunction · 0.45
class_db_api_to_jsonFunction · 0.45
tool_scene_actionMethod · 0.45
tool_code_intelMethod · 0.45
_process_commandMethod · 0.45
_node_addedMethod · 0.45
_make_spawn_packetMethod · 0.45
_add_propertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected