MCPcopy Create free account
hub / github.com/ValveSoftware/GameNetworkingSockets / GetBytesRemaining

Method GetBytesRemaining

src/public/tier1/utlbuffer.h:417–420  ·  view source on GitHub ↗

----------------------------------------------------------------------------- How many bytes remain to be read? -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

415// How many bytes remain to be read?
416//-----------------------------------------------------------------------------
417inline int CUtlBuffer::GetBytesRemaining() const
418{
419 return m_nMaxPut - TellGet();
420}
421
422
423//-----------------------------------------------------------------------------

Callers 3

BCheckAndEatBytesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected