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

Method update_exports

modules/gdscript/gdscript.cpp:646–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646void GDScript::update_exports() {
647#ifdef TOOLS_ENABLED
648 _update_exports_down(false);
649#endif
650}
651
652#ifdef TOOLS_ENABLED
653void GDScript::_update_exports_down(bool p_base_exports_changed) {

Callers 5

didSaveMethod · 0.45
apply_codeMethod · 0.45
_validate_scriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected