beta54
This commit is contained in:
10
yaml/enums/AddonPermission.yaml
Normal file
10
yaml/enums/AddonPermission.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name: AddonPermission
|
||||||
|
InternalName: AddonPermissionEnum
|
||||||
|
Options:
|
||||||
|
- Name: IORead
|
||||||
|
Description: ""
|
||||||
|
- Name: IOWrite
|
||||||
|
Description: ""
|
||||||
|
- Name: ScriptSource
|
||||||
|
Description: ""
|
||||||
|
Description: ""
|
||||||
12
yaml/enums/BlendMode.yaml
Normal file
12
yaml/enums/BlendMode.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
Name: BlendMode
|
||||||
|
InternalName: BlendModeEnum
|
||||||
|
Options:
|
||||||
|
- Name: Mix
|
||||||
|
Description: ""
|
||||||
|
- Name: Add
|
||||||
|
Description: ""
|
||||||
|
- Name: Subtract
|
||||||
|
Description: ""
|
||||||
|
- Name: Multiply
|
||||||
|
Description: ""
|
||||||
|
Description: ""
|
||||||
8
yaml/enums/FontStyle.yaml
Normal file
8
yaml/enums/FontStyle.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Name: FontStyle
|
||||||
|
InternalName: FontStyleEnum
|
||||||
|
Options:
|
||||||
|
- Name: Normal
|
||||||
|
Description: ""
|
||||||
|
- Name: Italic
|
||||||
|
Description: ""
|
||||||
|
Description: ""
|
||||||
22
yaml/enums/FontWeight.yaml
Normal file
22
yaml/enums/FontWeight.yaml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
Name: FontWeight
|
||||||
|
InternalName: FontWeightEnum
|
||||||
|
Options:
|
||||||
|
- Name: Thin
|
||||||
|
Description: ""
|
||||||
|
- Name: ExtraLight
|
||||||
|
Description: ""
|
||||||
|
- Name: Light
|
||||||
|
Description: ""
|
||||||
|
- Name: Regular
|
||||||
|
Description: ""
|
||||||
|
- Name: Medium
|
||||||
|
Description: ""
|
||||||
|
- Name: SemiBold
|
||||||
|
Description: ""
|
||||||
|
- Name: Bold
|
||||||
|
Description: ""
|
||||||
|
- Name: ExtraBold
|
||||||
|
Description: ""
|
||||||
|
- Name: Black
|
||||||
|
Description: ""
|
||||||
|
Description: ""
|
||||||
@@ -23,6 +23,17 @@ Properties:
|
|||||||
IsStatic: false
|
IsStatic: false
|
||||||
Description: Missing Documentation
|
Description: Missing Documentation
|
||||||
Methods:
|
Methods:
|
||||||
|
- Name: RequestPermissions
|
||||||
|
ReturnType: nil
|
||||||
|
Parameters:
|
||||||
|
- Name: perms
|
||||||
|
Type: "{ AddonPermissionEnum }"
|
||||||
|
IsOptional: false
|
||||||
|
DefaultValue: ""
|
||||||
|
IsAsync: true
|
||||||
|
IsObsolete: false
|
||||||
|
IsStatic: false
|
||||||
|
Description: Missing Documentation
|
||||||
- Name: CreateToolItem
|
- Name: CreateToolItem
|
||||||
ReturnType: AddonToolItem
|
ReturnType: AddonToolItem
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|||||||
@@ -8,6 +8,20 @@ Properties:
|
|||||||
IsObsolete: false
|
IsObsolete: false
|
||||||
IsStatic: false
|
IsStatic: false
|
||||||
Description: Target font to use
|
Description: Target font to use
|
||||||
|
- Name: FontWeight
|
||||||
|
Type: FontWeightEnum
|
||||||
|
IsAccessibleByScripts: false
|
||||||
|
IsReadOnly: false
|
||||||
|
IsObsolete: false
|
||||||
|
IsStatic: false
|
||||||
|
Description: Missing Documentation
|
||||||
|
- Name: FontStyle
|
||||||
|
Type: FontStyleEnum
|
||||||
|
IsAccessibleByScripts: false
|
||||||
|
IsReadOnly: false
|
||||||
|
IsObsolete: false
|
||||||
|
IsStatic: false
|
||||||
|
Description: Missing Documentation
|
||||||
Methods: []
|
Methods: []
|
||||||
Events: []
|
Events: []
|
||||||
IsStatic: false
|
IsStatic: false
|
||||||
|
|||||||
@@ -29,6 +29,13 @@ Properties:
|
|||||||
IsObsolete: false
|
IsObsolete: false
|
||||||
IsStatic: false
|
IsStatic: false
|
||||||
Description: The uptime of this game in seconds.
|
Description: The uptime of this game in seconds.
|
||||||
|
- Name: ServerTime
|
||||||
|
Type: number
|
||||||
|
IsAccessibleByScripts: true
|
||||||
|
IsReadOnly: true
|
||||||
|
IsObsolete: false
|
||||||
|
IsStatic: false
|
||||||
|
Description: Missing Documentation
|
||||||
- Name: InstanceCount
|
- Name: InstanceCount
|
||||||
Type: number
|
Type: number
|
||||||
IsAccessibleByScripts: true
|
IsAccessibleByScripts: true
|
||||||
|
|||||||
@@ -1,54 +0,0 @@
|
|||||||
Name: InteractionPrompt
|
|
||||||
BaseType: Dynamic
|
|
||||||
Properties:
|
|
||||||
- Name: Title
|
|
||||||
Type: string
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: WIP
|
|
||||||
- Name: SubTitle
|
|
||||||
Type: string
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: WIP
|
|
||||||
- Name: HoldDuration
|
|
||||||
Type: number
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: WIP
|
|
||||||
- Name: Key
|
|
||||||
Type: KeyCodeEnum
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: WIP
|
|
||||||
- Name: UseDefaultUI
|
|
||||||
Type: boolean
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: WIP
|
|
||||||
Methods: []
|
|
||||||
Events:
|
|
||||||
- Name: Triggered
|
|
||||||
Arguments: ""
|
|
||||||
Description: WIP
|
|
||||||
- Name: TriggerStarted
|
|
||||||
Arguments: ""
|
|
||||||
Description: WIP
|
|
||||||
- Name: TriggerReleased
|
|
||||||
Arguments: ""
|
|
||||||
Description: WIP
|
|
||||||
IsStatic: false
|
|
||||||
IsAbstract: false
|
|
||||||
IsInstantiatable: true
|
|
||||||
StaticAlias: null
|
|
||||||
Description: WIP class, not functional yet
|
|
||||||
10
yaml/types/MissingInstance.yaml
Normal file
10
yaml/types/MissingInstance.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Name: MissingInstance
|
||||||
|
BaseType: Instance
|
||||||
|
Properties: []
|
||||||
|
Methods: []
|
||||||
|
Events: []
|
||||||
|
IsStatic: false
|
||||||
|
IsAbstract: false
|
||||||
|
IsInstantiatable: false
|
||||||
|
StaticAlias: null
|
||||||
|
Description: Missing Documentation
|
||||||
@@ -85,6 +85,13 @@ Properties:
|
|||||||
IsObsolete: false
|
IsObsolete: false
|
||||||
IsStatic: false
|
IsStatic: false
|
||||||
Description: Missing Documentation
|
Description: Missing Documentation
|
||||||
|
- Name: BlendMode
|
||||||
|
Type: BlendModeEnum
|
||||||
|
IsAccessibleByScripts: true
|
||||||
|
IsReadOnly: false
|
||||||
|
IsObsolete: false
|
||||||
|
IsStatic: false
|
||||||
|
Description: Missing Documentation
|
||||||
- Name: Shaded
|
- Name: Shaded
|
||||||
Type: boolean
|
Type: boolean
|
||||||
IsAccessibleByScripts: true
|
IsAccessibleByScripts: true
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ Name: PurchasesService
|
|||||||
BaseType: Instance
|
BaseType: Instance
|
||||||
Properties: []
|
Properties: []
|
||||||
Methods:
|
Methods:
|
||||||
- Name: Prompt
|
- Name: PromptAsync
|
||||||
ReturnType: nil
|
ReturnType: boolean
|
||||||
Parameters:
|
Parameters:
|
||||||
- Name: player
|
- Name: player
|
||||||
Type: Player
|
Type: Player
|
||||||
@@ -13,10 +13,10 @@ Methods:
|
|||||||
Type: number
|
Type: number
|
||||||
IsOptional: false
|
IsOptional: false
|
||||||
DefaultValue: ""
|
DefaultValue: ""
|
||||||
IsAsync: false
|
IsAsync: true
|
||||||
IsObsolete: false
|
IsObsolete: false
|
||||||
IsStatic: false
|
IsStatic: false
|
||||||
Description: Prompts the specified player to purchase the asset with the given asset ID.
|
Description: Missing Documentation
|
||||||
- Name: OwnsItemAsync
|
- Name: OwnsItemAsync
|
||||||
ReturnType: boolean
|
ReturnType: boolean
|
||||||
Parameters:
|
Parameters:
|
||||||
|
|||||||
@@ -1,52 +0,0 @@
|
|||||||
Name: Vehicle
|
|
||||||
BaseType: PhysicalModel
|
|
||||||
Properties:
|
|
||||||
- Name: MaxSpeed
|
|
||||||
Type: number
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: Determines the forward force limit in kg/s.
|
|
||||||
- Name: SteerLimit
|
|
||||||
Type: number
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: Determines the steering limit in degrees.
|
|
||||||
- Name: Force
|
|
||||||
Type: number
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: Determines the forward force in kg/s.
|
|
||||||
- Name: Brake
|
|
||||||
Type: number
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: Determines the break amount in kg/s.
|
|
||||||
- Name: Steering
|
|
||||||
Type: number
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: Determines the steering angle in degrees
|
|
||||||
- Name: Driver
|
|
||||||
Type: Player
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: Determines the current driver of this vehicle.
|
|
||||||
Methods: []
|
|
||||||
Events: []
|
|
||||||
IsStatic: false
|
|
||||||
IsAbstract: false
|
|
||||||
IsInstantiatable: true
|
|
||||||
StaticAlias: null
|
|
||||||
Description: Vehicle class represents a vehicle that can be driven by a player
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
Name: VehicleSeat
|
|
||||||
BaseType: Seat
|
|
||||||
Properties: []
|
|
||||||
Methods: []
|
|
||||||
Events: []
|
|
||||||
IsStatic: false
|
|
||||||
IsAbstract: false
|
|
||||||
IsInstantiatable: true
|
|
||||||
StaticAlias: null
|
|
||||||
Description: A seat for Vehicle
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
Name: VehicleWheel
|
|
||||||
BaseType: Dynamic
|
|
||||||
Properties:
|
|
||||||
- Name: UseForTraction
|
|
||||||
Type: boolean
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: Determines if this wheel should be used for traction.
|
|
||||||
- Name: UseForSteering
|
|
||||||
Type: boolean
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: Determines if this wheel should be used for steering.
|
|
||||||
- Name: Radius
|
|
||||||
Type: number
|
|
||||||
IsAccessibleByScripts: true
|
|
||||||
IsReadOnly: false
|
|
||||||
IsObsolete: false
|
|
||||||
IsStatic: false
|
|
||||||
Description: Determines the radius for this wheel.
|
|
||||||
Methods: []
|
|
||||||
Events: []
|
|
||||||
IsStatic: false
|
|
||||||
IsAbstract: false
|
|
||||||
IsInstantiatable: true
|
|
||||||
StaticAlias: null
|
|
||||||
Description: A wheel for the vehicle
|
|
||||||
Reference in New Issue
Block a user