MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / tokenICmp

Method tokenICmp

Engine/source/core/tokenizer.cpp:605–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605bool Tokenizer::tokenICmp(const char* pCmp) const
606{
607 return dStricmp(mCurrTokenBuffer, pCmp) == 0;
608}
609
610bool Tokenizer::findToken(U32 start, const char* pCmp)
611{

Callers 2

parseObjectMethod · 0.80
parseFileMethod · 0.80

Calls 1

dStricmpFunction · 0.85

Tested by

no test coverage detected