Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
void Chat::startChat() {
128
if (m_scripted)
129
m_script.invoke(
"startChat"
);
130
else {
131
show();
132
m_textBox->focus();
133
}
134
}
135
136
void Chat::startCommand() {
137
if (m_scripted)
Callers
1
handleInputEvent
Method · 0.80
Calls
2
focus
Method · 0.80
invoke
Method · 0.45
Tested by
no test coverage detected