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

Method DrawActorClass

src/window_base.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void Window_Base::DrawActorClass(const Game_Actor& actor, int cx, int cy) const {
127 contents->TextDraw(cx, cy, Font::ColorDefault, actor.GetClassName());
128}
129
130void Window_Base::DrawActorLevel(const Game_Actor& actor, int cx, int cy) const {
131 // Draw LV-String

Callers

nothing calls this directly

Calls 2

TextDrawMethod · 0.80
GetClassNameMethod · 0.80

Tested by

no test coverage detected