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

Method BroadcastAttachEntity

src/World.cpp:1799–1802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1797
1798
1799void cWorld::BroadcastAttachEntity(const cEntity & a_Entity, const cEntity * a_Vehicle)
1800{
1801 return m_ChunkMap->BroadcastAttachEntity(a_Entity, a_Vehicle);
1802}
1803
1804
1805

Callers 2

AttachToMethod · 0.45
DetachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected