Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscerie committed Nov 9, 2023
1 parent ea02fe2 commit 7c2cf82
Showing 1 changed file with 45 additions and 36 deletions.
81 changes: 45 additions & 36 deletions selene-lib/default_std/roblox_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,51 @@ globals:
require:
args:
- type: number
SharedTable.clear:
args:
- type:
display: SharedTable
SharedTable.clone:
args:
- type:
display: SharedTable
- required: false
type: bool
must_use: true
SharedTable.cloneAndFreeze:
args:
- type:
display: SharedTable
- required: false
type: bool
must_use: true
SharedTable.increment:
args:
- type:
display: SharedTable
- type: any
- type: number
SharedTable.isFrozen:
args:
- type:
display: SharedTable
must_use: true
SharedTable.new:
args:
- required: false
type: table
must_use: true
SharedTable.size:
args:
- type:
display: SharedTable
must_use: true
SharedTable.update:
args:
- type:
display: SharedTable
- type: any
- type: function
settings:
args: []
shared:
Expand Down Expand Up @@ -598,42 +643,6 @@ 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: "any"
- type: number
SharedTable.isFrozen:
args:
- type:
display: SharedTable
SharedTable.size:
args:
- type:
display: SharedTable
SharedTable.increment:
args:
- type: "any"
- type: function
structs:
EnumItem:
Name:
Expand Down

0 comments on commit 7c2cf82

Please sign in to comment.