Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void* ResourceTypeGetContext(HResourceType type)
50
{
51
return type->m_Context;
52
}
53
54
const char* ResourceTypeGetName(HResourceType type)
55
{
Callers
8
ResourceContainerCreate
Function · 0.85
ResourceContainerDestroy
Function · 0.85
FooResourceCreate
Function · 0.85
FooResourcePostCreate
Function · 0.85
FooResourceDestroy
Function · 0.85
DeregisterResourceTypeCustom
Function · 0.85
ResourceTypeGuiScript_Unregister
Function · 0.85
ResSoundDataCreate
Function · 0.85
Calls
no outgoing calls
Tested by
6
ResourceContainerCreate
Function · 0.68
ResourceContainerDestroy
Function · 0.68
FooResourceCreate
Function · 0.68
FooResourcePostCreate
Function · 0.68
FooResourceDestroy
Function · 0.68
DeregisterResourceTypeCustom
Function · 0.68