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

Method uiHints

3ds/source/ScriptTile.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void ScriptTile::uiHints(const std::string& hints, float z)
67{
68 TextPool::get().drawCentered(hints, UI_X, UI_W, uiBodyBottom() + 4, HINT_SIZE, COLOR_MUTED, z);
69}
70
71void ScriptTile::bar(int x, int y, int w, const ScriptConsole::Layer& layer, float z)
72{

Callers

nothing calls this directly

Calls 3

getFunction · 0.85
drawCenteredMethod · 0.80
uiBodyBottomFunction · 0.50

Tested by

no test coverage detected