playMaker

Author Topic: How do Array List Tables work during runtime?  (Read 24459 times)

jumbrow

  • Playmaker Newbie
  • *
  • Posts: 2
How do Array List Tables work during runtime?
« on: July 24, 2025, 04:38:47 PM »
I'm trying to use an Array List Table as a 2D array to track map coordinates on a grid (0,0 1,0 2,1 and so on). What I can't figure out is how to add my row/column data to the Array List Table during runtime.

There are very few actions available for Tables and the only one that makes any sense is "Array Table Add Row" which takes a default FSM Array variable and NOT an Array List Proxy (which feels wrong because Tables and List Proxies are part of the same ArrayMaker package). It doesn't actually do anything though because Array List Table component is looking for Array List Proxies!

I would like some help on this because the Table actions are exactly what I want (the get item action lets me search by column and row: perfect!). But as it stands there is no documentation for how Tables are meant to function or at least I can't find anything.