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

Method IsEnabled

extensions/sdktools/output.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool EntityOutputManager::IsEnabled()
72{
73 return enabled;
74}
75
76#if defined PLATFORM_WINDOWS && defined KE_ARCH_X86
77DETOUR_DECL_MEMBER8(FireOutput, void, int, what, int, the, int, hell, int, msvc, void *, variant_t, CBaseEntity *, pActivator, CBaseEntity *, pCaller, float, fDelay)

Callers 4

HookSingleEntityOutputFunction · 0.45
HookEntityOutputFunction · 0.45
UnHookEntityOutputFunction · 0.45
UnHookSingleEntityOutputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected