Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
489
inline int Game_System::GetMessageFaceIndex() {
490
return data.face_id;
491
}
492
493
inline void Game_System::SetMessageFaceIndex(int index) {
494
data.face_id = index;
Callers
3
CommandManiacGetGameInfo
Method · 0.80
InsertNewPage
Method · 0.80
Refresh
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected