MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / FindFlag

Method FindFlag

core/logic/AdminCache.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333bool AdminCache::FindFlag(const char *str, AdminFlag *pFlag)
334{
335 return m_LevelNames.retrieve(str, pFlag);
336}
337
338void AdminCache::AddCommandOverride(const char *cmd, OverrideType type, FlagBits flags)
339{

Callers 3

FindFlagByNameFunction · 0.80
FindFlagByCharFunction · 0.80
ReadSMC_KeyValueMethod · 0.80

Calls 1

retrieveMethod · 0.45

Tested by

no test coverage detected