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

Method QueryRunning

extensions/tf2/extension.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235bool TF2Tools::QueryRunning(char *error, size_t maxlength)
236{
237 SM_CHECK_IFACE(BINTOOLS, g_pBinTools);
238 SM_GET_LATE_IFACE(SDKHOOKS, g_pSDKHooks);
239
240 return true;
241}
242
243bool TF2Tools::QueryInterfaceDrop(SMInterface *pInterface)
244{

Callers 1

IsRunningMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected