MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_icon_path

Method get_icon_path

compat/fake_gdscript.cpp:703–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703String FakeGDScript::get_icon_path() const {
704 return icon_path;
705}
706
707Error FakeGDScript::load_binary_tokens(const Vector<uint8_t> &p_binary_tokens) {
708 is_binary = true;

Callers 2

do_taskMethod · 0.45
_do_file_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected