Just wondering is it possible to add capability to attach mod data to the lua entity itself?
i.e. given a lua entity 'a':
Code: Select all
a.user_data = 'my fancy data'
print a.user_data // will print 'my fancy data'
Best regards,
Asynchron.
Code: Select all
a.user_data = 'my fancy data'
print a.user_data // will print 'my fancy data'
Ah, apologies, missed that.Asynchron wrote: Sun Dec 04, 2022 9:50 pm Now onto thread you've shared.
This one was about transferring data from data stage to control stage. The suggestion I made was purely for control stage.