native RequestFrame(const callback[], any:data = 0);
callback | Function to be executed on the next frame. |
data | Optional data to be passed to the callback function. |
Creates a single use hook for the next frame.
Callback function prototype: public function(data)
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.