putslice x_position, y_position, variable[]
putslice ( x_position, y_position, variable[] )
putslice x_position, y_position, { x1, y1, x2, y2, x3, y3 ... }
putslice ( x_position, y_position, { x1, y1, x2, y2, x3, y3 ... } )
Put the graphics stored in the slice array on the screen at x,y.
0.9.6b | New To Version |
1.99.99.65 | Changed from a string of data to a 2 dimensional array. Removed the transparency color option. |
1.99.99.72 | added required [] to passing variable array |