Hello,
I have a few questions about modules and returning functions from them
i have an object in main file that created using a module from another file and in that module creating another object from another module
question is: how can i access function(that will change or somehow be used with object in this module) from second module in main file? I tried to return object and functions in table, but it was not working for me
i hope its making any sense,any help would be appreciated [import]uid: 16142 topic_id: 15888 reply_id: 315888[/import]
I do not know why you are opting for such a round about method… but you’ll obviously have your reasons… So…