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

Method get_bundle_resource_dir

core/os/os.cpp:306–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306String OS::get_bundle_resource_dir() const {
307 return ".";
308}
309
310String OS::get_bundle_icon_path() const {
311 return String();

Callers 2

_GodotSharpDirsMethod · 0.80
_setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected