MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getModList

Method getModList

TheForceEngine/TFE_DarkForces/darkForcesMain.cpp:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498 }
499
500 void DarkForces::getModList(char* modList)
501 {
502 strcpy(modList, s_sharedState.customGobName);
503 }
504
505 /**********The basic structure of the Dark Forces main loop is as follows:***************
506 while (1) // <- This will be replaced by the function call from the main TFE loop.

Callers 2

setupPathFunction · 0.80
saveHeaderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected