MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getMessage

Function getMessage

src/Kameda/ReadPrintMessage.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 char *getMessage(void *bmgPtr, int idx)
83 {
84 readBmg(bmgPtr);
85 return (char *)&mDataPtr->data[mInfoPtr->entries[idx].offset];
86 }
87
88 void tagCnv(char *msg, void *bmcPtr, J2DTextBox::TFontSize fontSize, int n, char *txtBuf)
89 {

Callers 5

initMethod · 0.85
initDataMethod · 0.85
setCheckDataSubMethod · 0.85
setupMethod · 0.85
setMessageMethod · 0.85

Calls 1

readBmgFunction · 0.85

Tested by

no test coverage detected