MCPcopy Create free account
hub / github.com/ddnet/ddnet / GetTicks

Method GetTicks

src/engine/client/ghost.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17static const LOG_COLOR LOG_COLOR_GHOST{165, 153, 153};
18
19int CGhostHeader::GetTicks() const
20{
21 return bytes_be_to_uint(m_aNumTicks);
22}
23
24int CGhostHeader::GetTime() const
25{

Callers 1

ValidateHeaderMethod · 0.80

Calls 1

bytes_be_to_uintFunction · 0.85

Tested by

no test coverage detected