ACE3/addons/frag/functions/fnc_removePfhRound.sqf

12 lines
273 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
// THIS FUNCTION SHOULD NOT BE USED BECAUSE IT CAUSES AN SEARCH AND REBUILD
2015-06-19 03:04:48 +00:00
PARAMS_1(_round);
if(_round in GVAR(blackList)) then {
GVAR(blackList) = GVAR(blackList) - [_round];
};
2015-06-19 03:04:48 +00:00
GVAR(objects) = GVAR(objects) - [_round];