Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
bool DoesEngineMatch(const char *value)
72
{
73
if (strcmp(value, engine) == 0)
74
{
75
return true;
76
}
77
return false;
78
}
79
80
CGameConfig::CGameConfig()
81
{
Callers
2
ReadSMC_KeyValue
Method · 0.70
ReadSMC_KeyValue
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected