native
callfunc_push_int
Syntax
native callfunc_push_int(value);
Description
Push a parameter (integer, string, float)
Note that none of these values are const.
Anything pushed by intrf, floatrf, array, or str
can be modified by the called function.