Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ addRadioMessage
Method
addRadioMessage
source/game/StarPlayerLog.cpp:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
bool PlayerLog::addRadioMessage(String const& messageName) {
86
return m_radioMessages.add(messageName);
87
}
88
89
void PlayerLog::clearRadioMessages() {
90
m_radioMessages.clear();
Callers
1
pullPendingRadioMessage
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected