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

Function getCharSpace

src/Kameda/ReadPrintMessage.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 s8 getCharSpace(void *bmgPtr, int idx)
77 {
78 readBmg(bmgPtr);
79 return mInfoPtr->entries[idx].charSpace;
80 }
81
82 char *getMessage(void *bmgPtr, int idx)
83 {

Callers 2

initMethod · 0.85
setMessageMethod · 0.85

Calls 1

readBmgFunction · 0.85

Tested by

no test coverage detected