Hi me and my drawings.
I have a table with data, I pass this table to a module, and send a message to other object, script B, then this script B look the data in the module, and take it into another variable inside him.
I noticed that if I change something from this table, in script B , the table is bind to the original table, and the changes are affected in script A.
but, what happen, if I change the variable in the module and set it to nil? (after the script comunication, both scripts already have the table) or, if I modify the table in script A, will it change in script B?
Then I can pass the reference at the start of the objects, and have no more comunication for passing data??
Can anyone explain me this? thanks