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

Method JUTConsole

libs/JSystem/JUtility/JUTConsole.cpp:56–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56JUTConsole::JUTConsole(uint p1, uint maxLines, bool p3)
57{
58 _2C = p3;
59 _20 = p1;
60 mMaxLines = maxLines;
61
62 mPositionX = 30;
63 mPositionY = 50;
64 mHeight = 20;
65
66 if (mHeight > mMaxLines)
67 {
68 mHeight = mMaxLines;
69 }
70
71 mFont = nullptr;
72 mIsVisible = true;
73 _69 = false;
74 _6A = false;
75 _6B = false;
76 mOutput = 1;
77
78 _5C = JUtility::TColor(0, 0, 0, 100);
79 _60 = JUtility::TColor(0, 0, 0, 230);
80 _64 = 8;
81}
82
83JUTConsole::~JUTConsole() {
84#line 154

Callers

nothing calls this directly

Calls 1

TColorClass · 0.85

Tested by

no test coverage detected