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

Function ResourceTypeGetNameHash

engine/resource/src/resource_type.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59dmhash_t ResourceTypeGetNameHash(HResourceType type)
60{
61 return type->m_ExtensionHash;
62}
63
64void ResourceTypeSetPreloadFn(HResourceType type, FResourcePreload fn)
65{

Calls

no outgoing calls

Tested by

no test coverage detected