MCPcopy Create free account
hub / github.com/EasyRPG/Player / DrawActorTitle

Method DrawActorTitle

src/window_base.cpp:122–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void Window_Base::DrawActorTitle(const Game_Actor& actor, int cx, int cy) const {
123 contents->TextDraw(cx, cy, Font::ColorDefault, actor.GetTitle());
124}
125
126void Window_Base::DrawActorClass(const Game_Actor& actor, int cx, int cy) const {
127 contents->TextDraw(cx, cy, Font::ColorDefault, actor.GetClassName());

Callers

nothing calls this directly

Calls 2

TextDrawMethod · 0.80
GetTitleMethod · 0.80

Tested by

no test coverage detected