MCPcopy 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
85bool PlayerLog::addRadioMessage(String const& messageName) {
86 return m_radioMessages.add(messageName);
87}
88
89void PlayerLog::clearRadioMessages() {
90 m_radioMessages.clear();

Callers 1

Calls 1

addMethod · 0.45

Tested by

no test coverage detected