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

Method DrawActorName

src/window_base.cpp:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void Window_Base::DrawActorName(const Game_Battler& actor, int cx, int cy) const {
119 contents->TextDraw(cx, cy, Font::ColorDefault, actor.GetName());
120}
121
122void Window_Base::DrawActorTitle(const Game_Actor& actor, int cx, int cy) const {
123 contents->TextDraw(cx, cy, Font::ColorDefault, actor.GetTitle());

Callers

nothing calls this directly

Calls 2

TextDrawMethod · 0.80
GetNameMethod · 0.45

Tested by

no test coverage detected