MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / getIntroData

Method getIntroData

Source/Versions.cpp:377–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377std::vector<sIntroText>* sGameVersion::getIntroData() const {
378 if (isAmiga()) {
379 if (isCannonFodder1())
380 return &mIntroText_Amiga;
381 else
382 return &mIntroText_Amiga2;
383 }
384 else {
385 if (isCannonFodder1())
386 return &mIntroText_PC;
387 else
388 return &mIntroText_PC2;
389 }
390
391}

Callers 2

intro_LegionMessageMethod · 0.80
intro_PlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected