X Tutup
Skip to content

feat: lua table helper#306

Merged
ethangreen-dev merged 1 commit intoethangreen-dev:masterfrom
WilsontheWolf:lua-table
Oct 10, 2025
Merged

feat: lua table helper#306
ethangreen-dev merged 1 commit intoethangreen-dev:masterfrom
WilsontheWolf:lua-table

Conversation

@WilsontheWolf
Copy link
Collaborator

Splits LuaModule into LuaTable (a pushable value) and a method preload_module. Allows for using the class to make tables elsewhere and also make modules that aren't tables.

Fixes #292

image image

Copy link
Owner

@ethangreen-dev ethangreen-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work

@ethangreen-dev ethangreen-dev merged commit f583945 into ethangreen-dev:master Oct 10, 2025
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 this pull request may close these issues.

Rework LuaModule

2 participants

X Tutup