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

Method UpdateSign

src/World.cpp:2655–2658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2653
2654
2655bool cWorld::UpdateSign(int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4, cPlayer * a_Player)
2656{
2657 return SetSignLines(a_BlockX, a_BlockY, a_BlockZ, a_Line1, a_Line2, a_Line3, a_Line4, a_Player);
2658}
2659
2660
2661

Callers 2

HandleUpdateSignMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected