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

Method Stay

src/Chunk.cpp:427–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425
426
427void cChunk::Stay(bool a_Stay)
428{
429 m_StayCount += (a_Stay ? 1 : -1);
430 ASSERT(m_StayCount >= 0);
431}
432
433
434

Callers 2

AddChunkStayMethod · 0.80
DelChunkStayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected