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

Method PutChar

src/tier1/utlbuffer.cpp:1658–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1656
1657
1658void CUtlBuffer::PutChar( char c )
1659{
1660 if ( WasLastCharacterCR() )
1661 {
1662 PutTabs();
1663 }
1664
1665 PUT_BIN_DATA( char, c );
1666}
1667
1668void CUtlBuffer::PutUint8( uint8 ub )
1669{

Callers 2

ConvertCRLFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected