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

Method AddTextPart

src/CompositeChat.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146
147void cCompositeChat::AddTextPart(const AString & a_Message, const AString & a_Style)
148{
149 m_Parts.push_back(new cTextPart(a_Message, a_Style));
150}
151
152
153

Callers 2

HandleChatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected