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

Function DoesEngineMatch

tools/gdc-psyfork/GameConfigs.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool DoesEngineMatch(const char *value)
72{
73 if (strcmp(value, engine) == 0)
74 {
75 return true;
76 }
77 return false;
78}
79
80CGameConfig::CGameConfig()
81{

Callers 2

ReadSMC_KeyValueMethod · 0.70
ReadSMC_KeyValueMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected