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

Method GetMessagePosition

src/game_system.h:517–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517inline int Game_System::GetMessagePosition() {
518 return data.message_position;
519}
520
521inline void Game_System::SetMessagePosition(int new_position) {
522 data.message_position = new_position;

Callers 1

GetRealPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected