Signature
native RequestFrame(const callback[], any:data = 0);
Description
Creates a single use hook for the next frame.
Notes
-
Callback function prototype:
public function(data)
Parameters
- callback — Function to be executed on the next frame.
- data — Optional data to be passed to the callback function.
No return value