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

Method GetEscapeChar

src/tier1/utlbuffer.cpp:138–141  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Escape character + delimiter -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

136// Escape character + delimiter
137//-----------------------------------------------------------------------------
138char CUtlCharConversion::GetEscapeChar() const
139{
140 return m_nEscapeChar;
141}
142
143const char *CUtlCharConversion::GetDelimiter() const
144{

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected