Gms2 Vectors
A downloadable asset pack
adds two new functions to your game maker project.
- vec_set(x1,x2,x3,...);
- alternative syntax : var vector = [x1,x2,x3,...]
- allows you to create a vector with a size of your choice
- vec_read(vector,position)
- returns the vector value at a given position
Download
Download
gms2_vectors.zip 603 bytes
Install instructions
just drag the included files into your editor.