ACE3/addons/common/functions/fnc_removeAllEventHandlers.sqf
2016-02-06 15:27:53 -06:00

18 lines
282 B
Plaintext

/*
* Author: Nou
* Remove all events of a certain event type.
*
* Argument:
* 0: Event name <STRING>
*
* Return Value:
* None
*
* Public: Yes
*/
#include "script_component.hpp"
params ["_eventName"];
GVAR(eventsLocation) setVariable [_eventName, nil];