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

Add CFrame constructors and table.clone #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add more table-library functions
optimisticside authored Apr 24, 2022
commit 9b4c70c8f08104e05f3289b6c56f9d90da958882
3 changes: 3 additions & 0 deletions src/generate.lua
Original file line number Diff line number Diff line change
@@ -316,12 +316,15 @@ local function write_libraries(indent, output)
"tanh",
})
write_item(output, indent, "table", {
"clear",
"clone",
"concat",
"foreach",
"foreachi",
"freeze",
"getn",
"insert",
"isfrozen",
"remove",
"sort",
"pack",