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

Function uiBodyBottom

3ds/include/ScriptTile.hpp:80–83  ·  view source on GitHub ↗

The y one past the last row the body may use (the hint band's top).

Source from the content-addressed store, hash-verified

78
79 // The y one past the last row the body may use (the hint band's top).
80 constexpr int uiBodyBottom(void)
81 {
82 return UI_Y + UI_H - HINT_H;
83 }
84
85 // One progress bar: track, fill, and the label / right-hand value beneath.
86 // Total height is BAR_ROW_H. Unlike Gui::drawProgressBar this takes a depth,

Callers 3

buttonRowYFunction · 0.50
uiHintsMethod · 0.50
drawBottomMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected