AMX Mod X API Documentation

Signature
native callfunc_push_float(Float:value);
Description

Pushes a float value onto the current call.

Parameters
  • value Float value to push
No return value
Errors
  • If called without initiating a callfunc, or the maximum

    amount of parameters is reached, an error is thrown.

Назад
Верх