MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / sendMode

Method sendMode

source/frontend/StarChat.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183ChatSendMode Chat::sendMode() const {
184 if (m_scripted)
185 return ChatSendModeNames.getLeft(m_script.invoke<String>("sendMode").value());
186 return m_sendMode;
187}
188
189void Chat::incrementIndex() {
190 if (!m_chatHistory.empty()) {

Callers 1

doChatMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected