Search found 1 match

by redbananasea
Tue Aug 03, 2021 6:03 pm
Forum: Help Forum
Topic: passing table and value to add to table as raiseEvent arguments
Replies: 1
Views: 2932

passing table and value to add to table as raiseEvent arguments

In one script, I declare a bunch of tables, among them, table_a, with: table_a = {} Another script, table_adder, is set up with the function: function table_adder (table, value) table.insert(table, value) end The script has "table_adder" registered as an event handler. The purpose of the s...