Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ radioMessages
Method
radioMessages
source/game/StarPlayerLog.cpp:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
StringSet PlayerLog::radioMessages() const {
82
return m_radioMessages;
83
}
84
85
bool PlayerLog::addRadioMessage(String const& messageName) {
86
return m_radioMessages.add(messageName);
Callers
1
queueRadioMessage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected