3rd Party Libraries
Recent Additions
Handles Parser
Discord
adt_stack
ArrayStack
PopArray
File
PopArray
Last Updated
2014-11-15
Created At
2014-11-15
Pops an array of cells from a stack.
native
void
PopArray(
any[]
buffer
,
int
size
=
-1
)
Parameters
any[]
buffer
Buffer to store the array in.
int
size
If not set, assumes the buffer size is equal to the blocksize. Otherwise, the size passed is used.
Return Value
void
Error
The stack is empty.