Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ IsMessageTransparent
Method
IsMessageTransparent
src/game_system.cpp:626–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
}
625
626
bool Game_System::IsMessageTransparent() {
627
if (Feature::HasRpg2kBattleSystem() && Game_Battle::IsBattleRunning()) {
628
return false;
629
}
630
631
return data.message_transparent != 0;
632
}
633
Callers
1
InsertNewPage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected