• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

nested arrays

  1. FrostyCat

    Asset - Scripts GMSortBy: Easy array_sort comparer methods for GM 2022+

    GMSortBy Overview GMSortBy is a companion library for getting the most out of array_sort in an easy-to-read, semantic way. Sort arrays of arrays, structs, and instances by intuitive helpers with support for sorting by multiple criteria, not by opaque-looking custom inline methods. Downloads...
  2. L

    GameMaker syntax for calling nested arrays

    I read that one can create nested arrays in gms2 with the following code: var array = [[x1,x2,...],[y1,y2...]]; It works, however the syntax for calling a single point within a nested array does not work with any standard gml method. What is the syntax? I can't seem to find the documentation...
Top