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

Method startChat

source/frontend/StarChat.cpp:127–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void Chat::startChat() {
128 if (m_scripted)
129 m_script.invoke("startChat");
130 else {
131 show();
132 m_textBox->focus();
133 }
134}
135
136void Chat::startCommand() {
137 if (m_scripted)

Callers 1

handleInputEventMethod · 0.80

Calls 2

focusMethod · 0.80
invokeMethod · 0.45

Tested by

no test coverage detected