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

Method AddSuggestCommandPart

src/CompositeChat.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183void cCompositeChat::AddSuggestCommandPart(const AString & a_Text, const AString & a_SuggestedCommand, const AString & a_Style)
184{
185 m_Parts.push_back(new cSuggestCommandPart(a_Text, a_SuggestedCommand, a_Style));
186}
187
188
189

Calls

no outgoing calls

Tested by

no test coverage detected