ACE3/addons/common/functions/fnc_execNextFrame.sqf

19 lines
374 B
Plaintext
Raw Normal View History

2015-01-17 16:56:24 +00:00
/*
2015-03-24 04:18:00 +00:00
* Author: esteldunedain
2015-01-17 16:56:24 +00:00
* Executes a code on the next frame
*
2015-09-20 18:25:25 +00:00
* Arguments:
* 0: Code to execute <CODE>
* 1: Parameters to run the code with <ARRAY>
*
* Return Value:
* PFH handler ID <NUMBER>
2015-01-17 16:56:24 +00:00
*
2015-09-20 18:25:25 +00:00
* Public: Yes
2015-01-17 16:56:24 +00:00
*/
#include "script_component.hpp"
2016-05-22 13:25:59 +00:00
ACE_DEPRECATED("ace_common_fnc_execNextFrame","3.8.0","CBA_fnc_execNextFrame");
_this call CBA_fnc_execNextFrame;