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

Method IsExternal

core/logic/ExtensionSys.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264bool CRemoteExtension::IsExternal()
265{
266 return true;
267}
268
269bool CLocalExtension::IsExternal()
270{

Callers 1

OnRootConsoleCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected