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

Method clear

libs/JSystem/JUtility/JUTConsole.cpp:106–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void JUTConsole::clear()
107{
108 _30 = 0;
109 _34 = 0;
110 _38 = 0;
111 _3C = 0;
112
113 for (int i = 0; i < mMaxLines; i++)
114 {
115 setLineAttr(i, 0);
116 }
117 setLineAttr(0, -1);
118 *getLinePtr(0) = 0;
119}
120
121void JUTConsole::doDraw(JUTConsole::EConsoleType consoleType) const
122{

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected