Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
String OS::get_bundle_resource_dir() const {
307
return
"."
;
308
}
309
310
String OS::get_bundle_icon_path() const {
311
return String();
Callers
2
_GodotSharpDirs
Method · 0.80
_setup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected