Skip to content

Commit

Permalink
Update types dump
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz authored and github-actions[bot] committed Jan 8, 2025
1 parent a7825cc commit 134416b
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 15 deletions.
24 changes: 24 additions & 0 deletions scripts/globalTypes.LocalUserSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,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 +1617,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 +2720,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 +3124,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 +4114,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 +4441,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 +5141,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 +7375,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 +8354,7 @@ declare class Workspace extends WorldRoot
ClientAnimatorThrottling: EnumClientAnimatorThrottlingMode
CurrentCamera: Camera
DistributedGameTime: number
FallHeightEnabled: boolean
FallenPartsDestroyHeight: number
FluidForces: EnumFluidForces
GlobalWind: Vector3
Expand Down
24 changes: 24 additions & 0 deletions scripts/globalTypes.None.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,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 +1617,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 +2720,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 +3124,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 +4114,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 +4441,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 +5141,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 +7369,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 +8325,7 @@ declare class Workspace extends WorldRoot
ClientAnimatorThrottling: EnumClientAnimatorThrottlingMode
CurrentCamera: Camera
DistributedGameTime: number
FallHeightEnabled: boolean
FallenPartsDestroyHeight: number
FluidForces: EnumFluidForces
GlobalWind: Vector3
Expand Down
24 changes: 24 additions & 0 deletions scripts/globalTypes.PluginSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,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 +1617,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 +2720,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 +3124,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 +4114,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 +4441,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 +5143,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 +7454,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 +8445,7 @@ declare class Workspace extends WorldRoot
ClientAnimatorThrottling: EnumClientAnimatorThrottlingMode
CurrentCamera: Camera
DistributedGameTime: number
FallHeightEnabled: boolean
FallenPartsDestroyHeight: number
FluidForces: EnumFluidForces
GlobalWind: Vector3
Expand Down
Loading

0 comments on commit 134416b

Please sign in to comment.