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

Method get_source_code

modules/gdscript/gdscript.cpp:457–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457String GDScript::get_source_code() const {
458 return source;
459}
460
461void GDScript::set_source_code(const String &p_code) {
462 if (source == p_code) {

Callers 15

reload_scriptsMethod · 0.45
get_classes_usedMethod · 0.45
saveMethod · 0.45
parse_fileMethod · 0.45
apply_new_signalMethod · 0.45
execute_test_codeMethod · 0.45
reload_from_fileMethod · 0.45
set_edited_resourceMethod · 0.45
reload_textMethod · 0.45

Calls

no outgoing calls

Tested by 1

execute_test_codeMethod · 0.36