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

Method GetStatus

core/ConsoleDetours.cpp:290–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290FeatureStatus ConsoleDetours::GetStatus()
291{
292 if (status == FeatureStatus_Unknown)
293 {
294 status = s_GenericHooker.Enable() ? FeatureStatus_Available : FeatureStatus_Unavailable;
295 }
296 return status;
297}
298
299bool ConsoleDetours::AddListener(IPluginFunction *fun, const char *command)
300{

Callers 1

ListPluginsToClientFunction · 0.45

Calls 1

EnableMethod · 0.45

Tested by

no test coverage detected