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

Method ClearMessageFace

src/game_system.h:476–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476inline void Game_System::ClearMessageFace() {
477 SetMessageFaceName("");
478 SetMessageFaceIndex(0);
479}
480
481inline std::string_view Game_System::GetMessageFaceName() {
482 return data.face_name;

Callers 4

PushMethod · 0.80
OnFinishStackFrameMethod · 0.80
Window_MessageMethod · 0.80
Scene_BattleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected