native PushStackArray(Stack:handle, const any:values[], size= -1);
handle | Stack handle |
values | Block of values to copy |
size | If not set, the number of elements copied from the array will be equal to the blocksize, if set higher than the blocksize, the operation will be truncated, |
Pushes an array of cells onto the end of a stack. The cells are pushed as a block (i.e. the entire array takes up one stack slot), rather than pushing each cell individually.
Тази функция няма връщаща стойност.
If an invalid handle is provided or the resizing operation runs out of memory, an error will be thrown.
Цъкни тук за да се върнеш към сайта.
Тази документация бе генерирана автоматично ползвайки pawn-docgen написано от xPaw за AlliedMods.