Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
void 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
HandleChat
Method · 0.80
tolua_cCompositeChat_AddTextPart
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected