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

Method ValidateTypeName

src/engine/client/serverbrowser.cpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303bool CServerBrowser::ValidateTypeName(const char *pTypeName) const
304{
305 return ValidateIdentifier(pTypeName, CServerInfo::MAX_COMMUNITY_TYPE_LENGTH, "Type name", m_pConsole);
306}
307
308int CServerBrowser::Players(const CServerInfo &Item) const
309{

Callers 2

Con_AddExcludedTypeMethod · 0.80

Calls 1

ValidateIdentifierFunction · 0.85

Tested by

no test coverage detected