Page 1 of 1

Bug Report: Persistence Issue with Functions in Objects

Posted: 03 May 2015 19:10
by Vlek
I have had issues where, if I try to keep my userdata clean by compartmentalizing my functions into objects, I have to load them by alias each time I log in otherwise I get told that they do not exist. It appears that objects that have strings or lists as values are find, but there's something about functions that userdata doesn't like.


*** EDIT ***
I have since tried this with functions that are put into userdata by themselves, and they do not seem to be persistent either.