We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I want to use mlua in my plugin system but couldn't find a method to register my custom modules. Is this possible?
For example i want to add helper methods to work with values that the lua program gets
The text was updated successfully, but these errors were encountered:
Hello, I want to use mlua in my plugin system but couldn't find a method to register my custom modules. Is this possible? For example i want to add helper methods to work with values that the lua program gets
One option is to override require function
require
Sorry, something went wrong.
Hmm but then I dont have the same behavior... Is there no built in way to define them
Could you provide mode details? What is "to register my custom modules"?
No branches or pull requests
Hello,
I want to use mlua in my plugin system but couldn't find a method to register my custom modules.
Is this possible?
For example i want to add helper methods to work with values that the lua program gets
The text was updated successfully, but these errors were encountered: