MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / drawBody

Method drawBody

3ds/source/ScriptRequestOverlays.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void ScriptMessageOverlay::drawBody(int bodyY) const
122{
123 drawWrappedBody(mText, bodyY);
124 mButton->draw(BTN_SIZE, COLOR_RING);
125 Gui::drawPulsingOutline(ScriptTile::UI_X + ScriptTile::PAD, buttonRowY(), ScriptTile::UI_W - 2 * ScriptTile::PAD, BTN_H, 2, COLOR_RING);
126}
127
128std::string ScriptMessageOverlay::hints(void) const
129{

Callers

nothing calls this directly

Calls 12

drawPulsingOutlineFunction · 0.85
buttonRowYFunction · 0.85
confirmLeftXFunction · 0.85
confirmRightXFunction · 0.85
confirmHalfFunction · 0.85
getFunction · 0.85
drawOutlineFunction · 0.85
selectedMethod · 0.80
drawCenteredMethod · 0.80
drawMethod · 0.45
offsetMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected