MCPcopy Create free account
hub / github.com/cuberite/cuberite / AddRunCommandPart

Method AddRunCommandPart

src/CompositeChat.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173
174void cCompositeChat::AddRunCommandPart(const AString & a_Text, const AString & a_Command, const AString & a_Style)
175{
176 m_Parts.push_back(new cRunCommandPart(a_Text, a_Command, a_Style));
177}
178
179
180

Calls

no outgoing calls

Tested by

no test coverage detected