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

Function GetEngineInfo

engine/dlib/src/dlib/sys.cpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 void GetEngineInfo(EngineInfo* info)
215 {
216 *info = g_EngineInfo;
217 }
218
219 void SetEngineInfo(EngineInfoParam& info)
220 {

Callers 3

Sys_GetEngineInfoFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68