You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Implement global Lua function GenerateLuaTypes (#625)
feat: Add mod nullptr check to Genera
docs: Add missing Dumpers global functions to Types.lua
* docs: Update changelog for #625 and #625
* refactor: Fix new lines after conflict resolving
So far you can call all the dumper functions through lua. Like "DumpAllObjects", "GenerateSDK", etc.
But the generate_lua_types is missing.
It should be possible to register it here similar to other functions:
https://github.com/UE4SS-RE/RE-UE4SS/blob/main/UE4SS/src/Mod/LuaMod.cpp#L1434
The text was updated successfully, but these errors were encountered: