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

Method Intro_Print_String

Source/Fodder.cpp:16741–16747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16739}
16740
16741void cFodder::Intro_Print_String(const sIntroString* pString) {
16742
16743 auto PosY = pString->mPosition + PLATFORM_BASED(-0x19, 9);
16744
16745 String_CalculateWidth(320, mFont_Intro_Width, pString->mText);
16746 String_Print(mFont_Intro_Width, 0, mGUI_Temp_X, PosY, pString->mText);
16747}
16748
16749void cFodder::Image_FadeIn() {
16750 mSurface->Save();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected