MCPcopy Create free account
hub / github.com/defold/defold / ResourceGetWithExt

Function ResourceGetWithExt

engine/resource/src/resource.cpp:1676–1679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1674}
1675
1676ResourceResult ResourceGetWithExt(HResourceFactory factory, const char* path, const char* ext, void** resource)
1677{
1678 return (ResourceResult)dmResource::GetWithExt(factory, path, ext, resource);
1679}
1680
1681ResourceResult ResourceGetByHash(HResourceFactory factory, dmhash_t path_hash, void** resource)
1682{

Callers

nothing calls this directly

Calls 1

GetWithExtFunction · 0.85

Tested by

no test coverage detected