Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Register "UE4SSProgram::generate_lua_types" as a lua function #625

Closed
igromanru opened this issue Aug 17, 2024 · 0 comments · Fixed by #664
Closed

[Feature] Register "UE4SSProgram::generate_lua_types" as a lua function #625

igromanru opened this issue Aug 17, 2024 · 0 comments · Fixed by #664

Comments

@igromanru
Copy link
Contributor

igromanru commented Aug 17, 2024

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

UE4SS pushed a commit that referenced this issue Oct 1, 2024
* 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
@UE4SS UE4SS closed this as completed in #664 Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant