callfunc_push_float
Syntax
native callfunc_push_float(Float: value);
Usage
| Parameter | Description |
|---|---|
| value | Float value to push |
Description
Pushes a float 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.