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

Function IsCollectionInitialized

engine/gameobject/src/gameobject/gameobject.cpp:1850–1853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1848
1849
1850 bool IsCollectionInitialized(Collection* collection)
1851 {
1852 return collection->m_Initialized;
1853 }
1854
1855 static bool InitCollection(Collection* collection)
1856 {

Callers 1

ResCollectionRecreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected