Executes the given code after the specified number of frames.
_function | The function to run. <CODE> |
_args | Parameters passed to the function executing. This will be the same array every execution. (optional, default: []) <ANY> |
_frames | The amount of frames the execution of the function should be delayed by. (optional, default: 0) <NUMBER> |
Nothing Useful
[{hint "Done!"}, [], 5] call cba_fnc_execAfterNFrames;
mharis001, donated from ZEN