LocalIntArrayStructure
A local int array. It stores the size at the start of it, so you can always get the size using getSize This is the advised type of local int array over StaticallySizedLocalIntArrayStructure
Properties
Functions
Link copied to clipboard
Put the element at a given position on top of the stack. Takes the top integer of the stack as position.
Put the element at a given position on top of the stack.
Link copied to clipboard
Store an element into the array at a given position The position is defined by the top integer of the stack The value is taken from the stack below the integer
Store an element into the array at a given position The value is given as argument, the value is taken from the top of the stack
Store an element into the array at a given position