Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
517
inline int Game_System::GetMessagePosition() {
518
return data.message_position;
519
}
520
521
inline void Game_System::SetMessagePosition(int new_position) {
522
data.message_position = new_position;
Callers
1
GetRealPosition
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected