Executes a code once in non sched environment on the next frame.
_function | The function to run. <CODE> |
_args | Parameters passed to the function executing. This will be the same array every execution. (optional, default: []) <ANY> |
Nothing Useful
[{player sideChat format ["This is frame %1, not %2", diag_frameNo, _this select 0];}, [diag_frameNo]] call CBA_fnc_execNextFrame;
esteldunedain and PabstMirror, donated from ACE3