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