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

Method SetLines

src/BlockEntities/SignEntity.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34void cSignEntity::SetLines(const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4)
35{
36 m_Line[0] = a_Line1;
37 m_Line[1] = a_Line2;
38 m_Line[2] = a_Line3;
39 m_Line[3] = a_Line4;
40}
41
42
43

Callers 1

SetSignLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected