native callfunc_push_intrf(&value);
value | Int value to push |
Pushes an int value reference onto the current call.
Changes made to this value by the called function will be reflected in the calling plugin.
This function has no return value.
If called without initiating a callfunc, or the maximum amount of parameters is reached, an error is thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.