native

callfunc_push_int

Syntax

native callfunc_push_int(value);

Description

Pushes an int value onto the current call.

Parameters

value Int value to push

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.