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

Method GetMessageFaceIndex

src/game_system.h:489–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489inline int Game_System::GetMessageFaceIndex() {
490 return data.face_id;
491}
492
493inline void Game_System::SetMessageFaceIndex(int index) {
494 data.face_id = index;

Callers 3

InsertNewPageMethod · 0.80
RefreshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected