MCPcopy Create free account
hub / github.com/crossuo/crossuo / Last

Method Last

src/BaseQueue.cpp:254–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254CBaseQueueItem *CBaseQueue::Last()
255{
256 CBaseQueueItem *last = m_Items;
257 while (last != nullptr && last->m_Next != nullptr)
258 {
259 last = last->m_Next;
260 }
261 return last;
262}

Callers 5

UpdateTextCoordinatesMethod · 0.80
UpdateTextCoordinatesMethod · 0.80
DrawSystemChatMethod · 0.80
PACKET_HANDLERFunction · 0.80
PacketManager.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected