Hi, both of the follow tables no longer work after the 14.2 update. It would be nice to at least have a branch of 14.1 on steam so these tables can still be enjoyed.
https://steamcommunity.com/sharedfiles/filedetails/?id=2789962232
https://steamcommunity.com/sharedfiles/filedetails/?id=2788791371
Thanks.


@ArkadyKing, what did you have to change to fix the table? Did we break an API?

@Benjamin I used to use ‘Card(Clone) (LuaGameObjectScript)’
debugging revealed that it now uses LuaObject instead of LuaGameObjectScript
so I replaced it with ‘Card(Clone) (LuaObject)’

we would advise not to rely on the names of internal classes, those are not guaranteed to stay the same

@voidstella Everything worked fine for several years before March 1st. But ok. How do you propose to do this?

@ArkadyKing I haven’t looked at exactly what you’re doing, but you’re probably after https://api.tabletopsimulator.com/object/#type.

Oh, and there isn’t an official list of types per se, but you can refer to https://github.com/Benjamin-Dobell/tts-types/blob/master/tts/Object.def.lua#L1