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

Function ResourceTypeGetContext

engine/resource/src/resource_type.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void* ResourceTypeGetContext(HResourceType type)
50{
51 return type->m_Context;
52}
53
54const char* ResourceTypeGetName(HResourceType type)
55{

Callers 8

ResourceContainerCreateFunction · 0.85
ResourceContainerDestroyFunction · 0.85
FooResourceCreateFunction · 0.85
FooResourcePostCreateFunction · 0.85
FooResourceDestroyFunction · 0.85
ResSoundDataCreateFunction · 0.85

Calls

no outgoing calls

Tested by 6

ResourceContainerCreateFunction · 0.68
ResourceContainerDestroyFunction · 0.68
FooResourceCreateFunction · 0.68
FooResourcePostCreateFunction · 0.68
FooResourceDestroyFunction · 0.68