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

Function GetCollection

engine/gameobject/src/gameobject/gameobject.cpp:3138–3141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3136 }
3137
3138 HCollection GetCollection(HInstance instance)
3139 {
3140 return instance->m_Collection->m_HCollection;
3141 }
3142
3143 dmResource::HFactory GetFactory(HCollection hcollection)
3144 {

Callers 15

Script_GetFunction · 0.85
Script_SetFunction · 0.85
Script_SetParentFunction · 0.85
Script_AnimateFunction · 0.85
Script_CancelAnimationsFunction · 0.85
Script_ExistsFunction · 0.85
GetComponentFunction · 0.85
LuaTestCompTypeFunction · 0.85
Lua_SpawnFunction · 0.85
CheckGOInstanceFunction · 0.85
CheckCollectionFunction · 0.85

Calls

no outgoing calls

Tested by 3

LuaTestCompTypeFunction · 0.68
Lua_SpawnFunction · 0.68