feature(lua-pp-exports): export pp functions to lua - #667
Merged
themrdemonized merged 3 commits intoSep 12, 2026
Merged
Conversation
- Created and exported extra functions regarding PPEs; - Fixed broken links in lua_help_ex and lua_help_imgui;
- wth is it even doing on this branch ffs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I created and exported extra functions regarding PPEs, to get the current factor and length for a PPE, as well as a function to check if a PPE is currently playing;
I also noticed a few links were broken and pointed to the old modding book, so I fixed those.
I also took the liberty to reorganize
levelnamespace exports, because it seems you added exports to manipulate the camera right in the middle of camera effectors exports for some reason... So I just regrouped camera effector exports so it looks cleaner.Don't mind the commit history, my fork is completely fucked. I need to recreated it, but I can't do it while I have WIP... I recommend you squash this PR if you don't always do it.