/* * Author: esteldunedain * Executes a code once with a given game time delay, using a PFH * * Arguments: * 0: Code to execute * 1: Parameters to run the code with * 2: Delay in seconds before executing the code * * Return Value: * None * * Example: * [{(_this select 0) setVelocity [0,0,200];}, [player], 10] call ace_common_fnc_waitAndExecute * * Public: Yes */ #include "script_component.hpp" ACE_DEPRECATED("ace_common_fnc_waitAndExecute","3.8.0","CBA_fnc_waitAndExecute"); _this call CBA_fnc_waitAndExecute;