So I can't find any information about what the arguments to the standard update function mean as they are uncommented and highly abbreviated.
What I am talking about are the values: i, x, y, s, and nt.
I understand that i is index, but index of what?
x and y of what?
And I have no idea what s and nt are for.
It would be greatly appreciated if anyone could fill me in on this.
function update(index, x, y, surround_space, nt)
...
end
elements.partProperty("WATR", "Update", update)