Skip to content

Commit

Permalink
Update to latest types dump (#820)
Browse files Browse the repository at this point in the history
Update types dump

Co-authored-by: JohnnyMorganz <[email protected]>
  • Loading branch information
1 parent e199744 commit 7b47ec4
Show file tree
Hide file tree
Showing 6 changed files with 78 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/globalTypes.LocalUserSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4596,6 +4596,13 @@ declare class ColorSequenceKeypoint
Value: Color3
end

declare class Content
Object: Object?
SourceType: EnumContentSourceType
Uri: string?
none: Content
end

declare class DateTime
UnixTimestamp: number
UnixTimestampMillis: number
Expand Down Expand Up @@ -10588,6 +10595,12 @@ declare ColorSequenceKeypoint: {
new: ((time: number, color: Color3) -> ColorSequenceKeypoint),
}

declare Content: {
fromUri: ((uri: string) -> Content),
fromObject: ((object: Object) -> Content),
fromAssetId: ((assetId: number) -> Content),
}

declare RaycastParams: {
new: (() -> RaycastParams),
}
Expand Down
13 changes: 13 additions & 0 deletions scripts/globalTypes.None.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4596,6 +4596,13 @@ declare class ColorSequenceKeypoint
Value: Color3
end

declare class Content
Object: Object?
SourceType: EnumContentSourceType
Uri: string?
none: Content
end

declare class DateTime
UnixTimestamp: number
UnixTimestampMillis: number
Expand Down Expand Up @@ -10521,6 +10528,12 @@ declare ColorSequenceKeypoint: {
new: ((time: number, color: Color3) -> ColorSequenceKeypoint),
}

declare Content: {
fromUri: ((uri: string) -> Content),
fromObject: ((object: Object) -> Content),
fromAssetId: ((assetId: number) -> Content),
}

declare RaycastParams: {
new: (() -> RaycastParams),
}
Expand Down
13 changes: 13 additions & 0 deletions scripts/globalTypes.PluginSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4596,6 +4596,13 @@ declare class ColorSequenceKeypoint
Value: Color3
end

declare class Content
Object: Object?
SourceType: EnumContentSourceType
Uri: string?
none: Content
end

declare class DateTime
UnixTimestamp: number
UnixTimestampMillis: number
Expand Down Expand Up @@ -10803,6 +10810,12 @@ declare ColorSequenceKeypoint: {
new: ((time: number, color: Color3) -> ColorSequenceKeypoint),
}

declare Content: {
fromUri: ((uri: string) -> Content),
fromObject: ((object: Object) -> Content),
fromAssetId: ((assetId: number) -> Content),
}

declare RaycastParams: {
new: (() -> RaycastParams),
}
Expand Down
13 changes: 13 additions & 0 deletions scripts/globalTypes.RobloxScriptSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -4596,6 +4596,13 @@ declare class ColorSequenceKeypoint
Value: Color3
end

declare class Content
Object: Object?
SourceType: EnumContentSourceType
Uri: string?
none: Content
end

declare class DateTime
UnixTimestamp: number
UnixTimestampMillis: number
Expand Down Expand Up @@ -12503,6 +12510,12 @@ declare ColorSequenceKeypoint: {
new: ((time: number, color: Color3) -> ColorSequenceKeypoint),
}

declare Content: {
fromUri: ((uri: string) -> Content),
fromObject: ((object: Object) -> Content),
fromAssetId: ((assetId: number) -> Content),
}

declare RaycastParams: {
new: (() -> RaycastParams),
}
Expand Down
13 changes: 13 additions & 0 deletions scripts/globalTypes.d.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4596,6 +4596,13 @@ declare class ColorSequenceKeypoint
Value: Color3
end

declare class Content
Object: Object?
SourceType: EnumContentSourceType
Uri: string?
none: Content
end

declare class DateTime
UnixTimestamp: number
UnixTimestampMillis: number
Expand Down Expand Up @@ -12503,6 +12510,12 @@ declare ColorSequenceKeypoint: {
new: ((time: number, color: Color3) -> ColorSequenceKeypoint),
}

declare Content: {
fromUri: ((uri: string) -> Content),
fromObject: ((object: Object) -> Content),
fromAssetId: ((assetId: number) -> Content),
}

declare RaycastParams: {
new: (() -> RaycastParams),
}
Expand Down
13 changes: 13 additions & 0 deletions scripts/globalTypes.d.luau

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b47ec4

Please sign in to comment.