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

Update to latest types dump #893

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
25 changes: 25 additions & 0 deletions scripts/globalTypes.LocalUserSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type Path2DControlPoint = any
type UniqueId = any
type SecurityCapabilities = any
type TeleportData = boolean | buffer | number | string | {[number]: TeleportData} | {[string]: TeleportData}
type AdReward = any

declare class Enum
function GetEnumItems(self): { any }
Expand Down Expand Up @@ -134,6 +135,10 @@ declare class EnumAdEventType_INTERNAL extends Enum
VideoLoaded: EnumAdEventType
VideoRemoved: EnumAdEventType
end
declare class EnumAdFormat extends EnumItem end
declare class EnumAdFormat_INTERNAL extends Enum
RewardedVideo: EnumAdFormat
end
declare class EnumAdShape extends EnumItem end
declare class EnumAdShape_INTERNAL extends Enum
HorizontalRectangle: EnumAdShape
Expand Down Expand Up @@ -1613,6 +1618,7 @@ declare class EnumHandlesStyle_INTERNAL extends Enum
end
declare class EnumHapticEffectType extends EnumItem end
declare class EnumHapticEffectType_INTERNAL extends Enum
Custom: EnumHapticEffectType
GameplayCollision: EnumHapticEffectType
GameplayExplosion: EnumHapticEffectType
UIClick: EnumHapticEffectType
Expand Down Expand Up @@ -2715,6 +2721,7 @@ declare class EnumPromptCreateAvatarResult_INTERNAL extends Enum
PurchaseFailure: EnumPromptCreateAvatarResult
Success: EnumPromptCreateAvatarResult
Timeout: EnumPromptCreateAvatarResult
TokenInvalid: EnumPromptCreateAvatarResult
UGCValidationFailed: EnumPromptCreateAvatarResult
UnknownFailure: EnumPromptCreateAvatarResult
UploadFailed: EnumPromptCreateAvatarResult
Expand Down Expand Up @@ -3118,6 +3125,14 @@ declare class EnumSeverity_INTERNAL extends Enum
Information: EnumSeverity
Warning: EnumSeverity
end
declare class EnumShowAdResult extends EnumItem end
declare class EnumShowAdResult_INTERNAL extends Enum
ExperienceIneligible: EnumShowAdResult
NotShown: EnumShowAdResult
PlayerIneligible: EnumShowAdResult
ShowCompleted: EnumShowAdResult
ShowInterrupted: EnumShowAdResult
end
declare class EnumSignalBehavior extends EnumItem end
declare class EnumSignalBehavior_INTERNAL extends Enum
AncestryDeferred: EnumSignalBehavior
Expand Down Expand Up @@ -4100,6 +4115,7 @@ type ENUM_LIST = {
ActuatorRelativeTo: EnumActuatorRelativeTo_INTERNAL,
ActuatorType: EnumActuatorType_INTERNAL,
AdEventType: EnumAdEventType_INTERNAL,
AdFormat: EnumAdFormat_INTERNAL,
AdShape: EnumAdShape_INTERNAL,
AdTeleportMethod: EnumAdTeleportMethod_INTERNAL,
AdUIEventType: EnumAdUIEventType_INTERNAL,
Expand Down Expand Up @@ -4426,6 +4442,7 @@ type ENUM_LIST = {
ServerLiveEditingMode: EnumServerLiveEditingMode_INTERNAL,
ServiceVisibility: EnumServiceVisibility_INTERNAL,
Severity: EnumSeverity_INTERNAL,
ShowAdResult: EnumShowAdResult_INTERNAL,
SignalBehavior: EnumSignalBehavior_INTERNAL,
SizeConstraint: EnumSizeConstraint_INTERNAL,
SolverConvergenceMetricType: EnumSolverConvergenceMetricType_INTERNAL,
Expand Down Expand Up @@ -5125,6 +5142,10 @@ declare class AdPortal extends Instance
end

declare class AdService extends Instance
AdAvailabilityChanged: RBXScriptSignal<EnumAdFormat, any>
function CreateAdRewardFromDevProductId(self, devProductId: number): AdReward
function GetAdAvailability(self, adFormat: EnumAdFormat): any
function ShowRewardedVideoAdAsync(self, player: Player, reward: AdReward): EnumShowAdResult
end

declare class AdvancedDragger extends Instance
Expand Down Expand Up @@ -7355,8 +7376,11 @@ end

declare class HapticEffect extends Instance
Looped: boolean
Position: Vector3
Radius: number
Type: EnumHapticEffectType
function Play(self): nil
function SetWaveformKeys(self, keys: { any }): nil
function Stop(self): nil
end

Expand Down Expand Up @@ -8331,6 +8355,7 @@ declare class Workspace extends WorldRoot
ClientAnimatorThrottling: EnumClientAnimatorThrottlingMode
CurrentCamera: Camera
DistributedGameTime: number
FallHeightEnabled: boolean
FallenPartsDestroyHeight: number
FluidForces: EnumFluidForces
GlobalWind: Vector3
Expand Down
25 changes: 25 additions & 0 deletions scripts/globalTypes.None.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type Path2DControlPoint = any
type UniqueId = any
type SecurityCapabilities = any
type TeleportData = boolean | buffer | number | string | {[number]: TeleportData} | {[string]: TeleportData}
type AdReward = any

declare class Enum
function GetEnumItems(self): { any }
Expand Down Expand Up @@ -134,6 +135,10 @@ declare class EnumAdEventType_INTERNAL extends Enum
VideoLoaded: EnumAdEventType
VideoRemoved: EnumAdEventType
end
declare class EnumAdFormat extends EnumItem end
declare class EnumAdFormat_INTERNAL extends Enum
RewardedVideo: EnumAdFormat
end
declare class EnumAdShape extends EnumItem end
declare class EnumAdShape_INTERNAL extends Enum
HorizontalRectangle: EnumAdShape
Expand Down Expand Up @@ -1613,6 +1618,7 @@ declare class EnumHandlesStyle_INTERNAL extends Enum
end
declare class EnumHapticEffectType extends EnumItem end
declare class EnumHapticEffectType_INTERNAL extends Enum
Custom: EnumHapticEffectType
GameplayCollision: EnumHapticEffectType
GameplayExplosion: EnumHapticEffectType
UIClick: EnumHapticEffectType
Expand Down Expand Up @@ -2715,6 +2721,7 @@ declare class EnumPromptCreateAvatarResult_INTERNAL extends Enum
PurchaseFailure: EnumPromptCreateAvatarResult
Success: EnumPromptCreateAvatarResult
Timeout: EnumPromptCreateAvatarResult
TokenInvalid: EnumPromptCreateAvatarResult
UGCValidationFailed: EnumPromptCreateAvatarResult
UnknownFailure: EnumPromptCreateAvatarResult
UploadFailed: EnumPromptCreateAvatarResult
Expand Down Expand Up @@ -3118,6 +3125,14 @@ declare class EnumSeverity_INTERNAL extends Enum
Information: EnumSeverity
Warning: EnumSeverity
end
declare class EnumShowAdResult extends EnumItem end
declare class EnumShowAdResult_INTERNAL extends Enum
ExperienceIneligible: EnumShowAdResult
NotShown: EnumShowAdResult
PlayerIneligible: EnumShowAdResult
ShowCompleted: EnumShowAdResult
ShowInterrupted: EnumShowAdResult
end
declare class EnumSignalBehavior extends EnumItem end
declare class EnumSignalBehavior_INTERNAL extends Enum
AncestryDeferred: EnumSignalBehavior
Expand Down Expand Up @@ -4100,6 +4115,7 @@ type ENUM_LIST = {
ActuatorRelativeTo: EnumActuatorRelativeTo_INTERNAL,
ActuatorType: EnumActuatorType_INTERNAL,
AdEventType: EnumAdEventType_INTERNAL,
AdFormat: EnumAdFormat_INTERNAL,
AdShape: EnumAdShape_INTERNAL,
AdTeleportMethod: EnumAdTeleportMethod_INTERNAL,
AdUIEventType: EnumAdUIEventType_INTERNAL,
Expand Down Expand Up @@ -4426,6 +4442,7 @@ type ENUM_LIST = {
ServerLiveEditingMode: EnumServerLiveEditingMode_INTERNAL,
ServiceVisibility: EnumServiceVisibility_INTERNAL,
Severity: EnumSeverity_INTERNAL,
ShowAdResult: EnumShowAdResult_INTERNAL,
SignalBehavior: EnumSignalBehavior_INTERNAL,
SizeConstraint: EnumSizeConstraint_INTERNAL,
SolverConvergenceMetricType: EnumSolverConvergenceMetricType_INTERNAL,
Expand Down Expand Up @@ -5125,6 +5142,10 @@ declare class AdPortal extends Instance
end

declare class AdService extends Instance
AdAvailabilityChanged: RBXScriptSignal<EnumAdFormat, any>
function CreateAdRewardFromDevProductId(self, devProductId: number): AdReward
function GetAdAvailability(self, adFormat: EnumAdFormat): any
function ShowRewardedVideoAdAsync(self, player: Player, reward: AdReward): EnumShowAdResult
end

declare class AdvancedDragger extends Instance
Expand Down Expand Up @@ -7349,8 +7370,11 @@ end

declare class HapticEffect extends Instance
Looped: boolean
Position: Vector3
Radius: number
Type: EnumHapticEffectType
function Play(self): nil
function SetWaveformKeys(self, keys: { any }): nil
function Stop(self): nil
end

Expand Down Expand Up @@ -8302,6 +8326,7 @@ declare class Workspace extends WorldRoot
ClientAnimatorThrottling: EnumClientAnimatorThrottlingMode
CurrentCamera: Camera
DistributedGameTime: number
FallHeightEnabled: boolean
FallenPartsDestroyHeight: number
FluidForces: EnumFluidForces
GlobalWind: Vector3
Expand Down
25 changes: 25 additions & 0 deletions scripts/globalTypes.PluginSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type Path2DControlPoint = any
type UniqueId = any
type SecurityCapabilities = any
type TeleportData = boolean | buffer | number | string | {[number]: TeleportData} | {[string]: TeleportData}
type AdReward = any

declare class Enum
function GetEnumItems(self): { any }
Expand Down Expand Up @@ -134,6 +135,10 @@ declare class EnumAdEventType_INTERNAL extends Enum
VideoLoaded: EnumAdEventType
VideoRemoved: EnumAdEventType
end
declare class EnumAdFormat extends EnumItem end
declare class EnumAdFormat_INTERNAL extends Enum
RewardedVideo: EnumAdFormat
end
declare class EnumAdShape extends EnumItem end
declare class EnumAdShape_INTERNAL extends Enum
HorizontalRectangle: EnumAdShape
Expand Down Expand Up @@ -1613,6 +1618,7 @@ declare class EnumHandlesStyle_INTERNAL extends Enum
end
declare class EnumHapticEffectType extends EnumItem end
declare class EnumHapticEffectType_INTERNAL extends Enum
Custom: EnumHapticEffectType
GameplayCollision: EnumHapticEffectType
GameplayExplosion: EnumHapticEffectType
UIClick: EnumHapticEffectType
Expand Down Expand Up @@ -2715,6 +2721,7 @@ declare class EnumPromptCreateAvatarResult_INTERNAL extends Enum
PurchaseFailure: EnumPromptCreateAvatarResult
Success: EnumPromptCreateAvatarResult
Timeout: EnumPromptCreateAvatarResult
TokenInvalid: EnumPromptCreateAvatarResult
UGCValidationFailed: EnumPromptCreateAvatarResult
UnknownFailure: EnumPromptCreateAvatarResult
UploadFailed: EnumPromptCreateAvatarResult
Expand Down Expand Up @@ -3118,6 +3125,14 @@ declare class EnumSeverity_INTERNAL extends Enum
Information: EnumSeverity
Warning: EnumSeverity
end
declare class EnumShowAdResult extends EnumItem end
declare class EnumShowAdResult_INTERNAL extends Enum
ExperienceIneligible: EnumShowAdResult
NotShown: EnumShowAdResult
PlayerIneligible: EnumShowAdResult
ShowCompleted: EnumShowAdResult
ShowInterrupted: EnumShowAdResult
end
declare class EnumSignalBehavior extends EnumItem end
declare class EnumSignalBehavior_INTERNAL extends Enum
AncestryDeferred: EnumSignalBehavior
Expand Down Expand Up @@ -4100,6 +4115,7 @@ type ENUM_LIST = {
ActuatorRelativeTo: EnumActuatorRelativeTo_INTERNAL,
ActuatorType: EnumActuatorType_INTERNAL,
AdEventType: EnumAdEventType_INTERNAL,
AdFormat: EnumAdFormat_INTERNAL,
AdShape: EnumAdShape_INTERNAL,
AdTeleportMethod: EnumAdTeleportMethod_INTERNAL,
AdUIEventType: EnumAdUIEventType_INTERNAL,
Expand Down Expand Up @@ -4426,6 +4442,7 @@ type ENUM_LIST = {
ServerLiveEditingMode: EnumServerLiveEditingMode_INTERNAL,
ServiceVisibility: EnumServiceVisibility_INTERNAL,
Severity: EnumSeverity_INTERNAL,
ShowAdResult: EnumShowAdResult_INTERNAL,
SignalBehavior: EnumSignalBehavior_INTERNAL,
SizeConstraint: EnumSizeConstraint_INTERNAL,
SolverConvergenceMetricType: EnumSolverConvergenceMetricType_INTERNAL,
Expand Down Expand Up @@ -5127,6 +5144,10 @@ declare class AdPortal extends Instance
end

declare class AdService extends Instance
AdAvailabilityChanged: RBXScriptSignal<EnumAdFormat, any>
function CreateAdRewardFromDevProductId(self, devProductId: number): AdReward
function GetAdAvailability(self, adFormat: EnumAdFormat): any
function ShowRewardedVideoAdAsync(self, player: Player, reward: AdReward): EnumShowAdResult
end

declare class AdvancedDragger extends Instance
Expand Down Expand Up @@ -7434,8 +7455,11 @@ end

declare class HapticEffect extends Instance
Looped: boolean
Position: Vector3
Radius: number
Type: EnumHapticEffectType
function Play(self): nil
function SetWaveformKeys(self, keys: { any }): nil
function Stop(self): nil
end

Expand Down Expand Up @@ -8422,6 +8446,7 @@ declare class Workspace extends WorldRoot
ClientAnimatorThrottling: EnumClientAnimatorThrottlingMode
CurrentCamera: Camera
DistributedGameTime: number
FallHeightEnabled: boolean
FallenPartsDestroyHeight: number
FluidForces: EnumFluidForces
GlobalWind: Vector3
Expand Down
Loading
Loading