AMX Mod X API Documentation

Signature
native callfunc_push_intrf(&value);
Description

Pushes an int value reference onto the current call.

Notes
  • Changes made to this value by the called function will be reflected

    in the calling plugin.

Parameters
  • value Int 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.

Назад
Верх