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

Function ResourceDescriptorGetNameHash

engine/resource/src/resource_desc.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include "resource_private.h"
17
18dmhash_t ResourceDescriptorGetNameHash(HResourceDescriptor rd)
19{
20 return rd->m_NameHash;
21}
22
23void ResourceDescriptorSetResource(HResourceDescriptor rd, void* resource)
24{

Callers 9

ResLuaRecreateFunction · 0.85
RegisterSubModulesFunction · 0.85
ResourceReloadedCallbackFunction · 0.85
AcquireResourcesFunction · 0.85
GetNameHashFunction · 0.85
TEST_PFunction · 0.85
ReloadCallbackFunction · 0.85
ResFontCreateFunction · 0.85
ResSoundDataCreateFunction · 0.85

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.68
ReloadCallbackFunction · 0.68