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

Method String_Print

Source/Fodder.cpp:16147–16150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16145}
16146
16147void cFodder::String_Print(const uint8* pWidths, int32 pFontSpriteID, size_t pParam08, size_t pParamC, const std::string& pText) {
16148
16149 String_Print(pWidths, pFontSpriteID, pParam08, pParamC, pText.c_str());
16150}
16151
16152void cFodder::String_Print(const uint8* pWidths, int32 pFontSpriteID, size_t pParam08, size_t pParamC, const char* pText) {
16153 const uint8* ptr = 0;

Callers 4

Recruit_Draw_HomeAwayMethod · 0.80
Mission_Intro_PlayMethod · 0.80
Recruit_Draw_HomeAwayMethod · 0.80
Mission_Intro_PlayMethod · 0.80

Tested by

no test coverage detected