AMX Mod X API Documentation

Signature
native PushStackCell(Stack:handle, any:value);
Description

Pushes a value onto the end of the stack, adding a new index.

Notes
  • This may safely be used even if the stack has a blocksize greater than

    1.

Parameters
  • handle Stack handle
  • value Value to push
No return value
Errors
  • If an invalid handle is provided or the resizing

    operation runs out of memory, an error will be thrown.

Назад
Верх