callfunc_push_int
Syntax
native callfunc_push_int(value);
Usage
| Parameter | Description |
|---|---|
| value | Int value to push |
Description
Pushes an int value onto the current call.
Return
This function has no return value.
Error
If called without initiating a callfunc, or the maximum amount of parameters is reached, an error is thrown.