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

Adds SharedTable support #553

Merged
merged 5 commits into from
Nov 10, 2023
Merged
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
36 changes: 36 additions & 0 deletions selene-lib/default_std/roblox_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,42 @@ globals:
- type: any
- required: false
type: "..."
SharedTable.new:
args:
- required: false
type: table
SharedTable.clear:
args:
- type:
display: SharedTable
SharedTable.clone:
args:
- type:
display: SharedTable
- required: false
type: boolean
SharedTable.cloneAndFreeze:
args:
- type:
display: SharedTable
- required: false
type: boolean
SharedTable.increment:
args:
- type: "string | number"
rokoblox marked this conversation as resolved.
Show resolved Hide resolved
- type: number
SharedTable.isFrozen:
args:
- type:
display: SharedTable
SharedTable.size:
args:
- type:
display: SharedTable
SharedTable.increment:
args:
- type: "string | number"
rokoblox marked this conversation as resolved.
Show resolved Hide resolved
- type: function
structs:
EnumItem:
Name:
Expand Down