Lua __index method not executing on read
I’m trying to have my __index method fire anytime a key is read from this table, but it is apparently not firing since A) the contents read are never modified according to its intended math and B) its print statement never fires. What am I missing, please? local scalar = 2 local scalar_template = {… Read More Lua __index method not executing on read