Carson Rueber
Results
2
comments of
Carson Rueber
You could get a table of all the globals in the lua state with `lua.GetTable("_G");` The lua object also has a member `lua.Globals` but I couldn't get that to work...
My bad, I was using this fork for other things and did not realize the other commits would be included in the PR, will fix this soon.