diff --git a/yaml/types/Animation.yaml b/yaml/types/Animation.yaml index eb95d12..da1892c 100644 --- a/yaml/types/Animation.yaml +++ b/yaml/types/Animation.yaml @@ -6,4 +6,4 @@ Events: [] IsStatic: false IsAbstract: false IsInstantiatable: true -Description: Missing Documentation +Description: WIP class diff --git a/yaml/types/Animator.yaml b/yaml/types/Animator.yaml index 951a3b7..0e8cc45 100644 --- a/yaml/types/Animator.yaml +++ b/yaml/types/Animator.yaml @@ -12,7 +12,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Play animation - Name: PlayOneshotAnimation ReturnType: nil Parameters: @@ -23,23 +23,23 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Play oneshot animation - Name: StopAnimation ReturnType: nil Parameters: [] IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Stop current animation - Name: StopOneshotAnimation ReturnType: nil Parameters: [] IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Abort current oneshot animation Events: [] IsStatic: false IsAbstract: false IsInstantiatable: true -Description: Missing Documentation +Description: WIP class diff --git a/yaml/types/Bounds.yaml b/yaml/types/Bounds.yaml index e2559b6..ce8cfcd 100644 --- a/yaml/types/Bounds.yaml +++ b/yaml/types/Bounds.yaml @@ -24,13 +24,13 @@ Properties: IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: The origin point - Name: End Type: Vector3 IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: The ending point - Name: Volume Type: number IsAccessibleByScripts: true diff --git a/yaml/types/CreatorHistory.yaml b/yaml/types/CreatorHistory.yaml index 5f3c047..5e7af3d 100644 --- a/yaml/types/CreatorHistory.yaml +++ b/yaml/types/CreatorHistory.yaml @@ -12,7 +12,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Creates new action - Name: AddDoCallback ReturnType: nil Parameters: @@ -23,7 +23,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Add do callback - Name: AddUndoCallback ReturnType: nil Parameters: @@ -34,14 +34,14 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Add undo callback - Name: CommitAction ReturnType: nil Parameters: [] IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Commit the current action Events: [] IsStatic: false IsAbstract: false diff --git a/yaml/types/CreatorInterface.yaml b/yaml/types/CreatorInterface.yaml index 44523bb..911135a 100644 --- a/yaml/types/CreatorInterface.yaml +++ b/yaml/types/CreatorInterface.yaml @@ -6,55 +6,55 @@ Properties: IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns the target tool mode - Name: TargetPartColor Type: Color IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns the target part color - Name: TargetPartMaterial Type: PartMaterialEnum IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns the target part material - Name: MoveSnapEnabled Type: boolean IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns the move snapping value - Name: MoveSnapping Type: number IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns whenever the move snapping is enabled by the user - Name: UserMoveSnapping Type: number IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns the move snapping value defined by the user - Name: RotateSnapEnabled Type: boolean IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns whenever the rotate snapping is enabled by the user - Name: RotateSnapping Type: number IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns the rotate snapping value - Name: UserRotateSnapping Type: number IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns the rotate snapping value defined by the user Methods: [] Events: [] IsStatic: false diff --git a/yaml/types/CreatorSelections.yaml b/yaml/types/CreatorSelections.yaml index 91dc7a9..9e7e5cb 100644 --- a/yaml/types/CreatorSelections.yaml +++ b/yaml/types/CreatorSelections.yaml @@ -12,7 +12,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Select a instance - Name: SelectChild ReturnType: nil Parameters: @@ -23,7 +23,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Select all children of the instance - Name: Deselect ReturnType: nil Parameters: @@ -34,7 +34,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Deselect the instance - Name: SelectOnly ReturnType: nil Parameters: @@ -45,14 +45,14 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Deselect all, then select the instance - Name: DeselectAll ReturnType: nil Parameters: [] IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Deselect all instances - Name: GroupInstances ReturnType: Dynamic Parameters: @@ -67,7 +67,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Group instances into a Model or PhysicalModel - Name: UngroupModel ReturnType: table Parameters: @@ -78,7 +78,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Ungroup Model or PhysicalModel - Name: UngroupModels ReturnType: table Parameters: @@ -89,7 +89,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Ungroup Models or PhysicalModels - Name: DuplicateInstances ReturnType: table Parameters: @@ -100,7 +100,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Duplicate Instances - Name: GroupSelected ReturnType: nil Parameters: @@ -111,28 +111,28 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Group selected as Model or Physical - Name: UngroupSelected ReturnType: nil Parameters: [] IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Ungroup selected models - Name: DeleteSelected ReturnType: nil Parameters: [] IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Delete selected instances - Name: DuplicateSelected ReturnType: nil Parameters: [] IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Duplicate selected instances - Name: HasSelected ReturnType: boolean Parameters: @@ -143,7 +143,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Check if instance has been selected Events: [] IsStatic: false IsAbstract: false diff --git a/yaml/types/CreatorService.yaml b/yaml/types/CreatorService.yaml index ff7fccd..37d4aea 100644 --- a/yaml/types/CreatorService.yaml +++ b/yaml/types/CreatorService.yaml @@ -6,25 +6,25 @@ Properties: IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: The interface - Name: Clipboard Type: CreatorClipboard IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: The clipboard - Name: CurrentGame Type: Game IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Current active game - Name: LocalTestActive Type: boolean IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns true if local test is active Methods: [] Events: - Name: LocalTestStarted diff --git a/yaml/types/Decal.yaml b/yaml/types/Decal.yaml index c21c816..82fff15 100644 --- a/yaml/types/Decal.yaml +++ b/yaml/types/Decal.yaml @@ -12,7 +12,7 @@ Properties: IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Energy multiplier for the decal. - Name: Color Type: Color IsAccessibleByScripts: true diff --git a/yaml/types/Inventory.yaml b/yaml/types/Inventory.yaml index ec7dc06..e7bc2ef 100644 --- a/yaml/types/Inventory.yaml +++ b/yaml/types/Inventory.yaml @@ -6,4 +6,4 @@ Events: [] IsStatic: true IsAbstract: false IsInstantiatable: false -Description: Missing Documentation +Description: Inventory is a container for Tools, equippable by player. diff --git a/yaml/types/Marker3D.yaml b/yaml/types/Marker3D.yaml index f75c6cd..f407765 100644 --- a/yaml/types/Marker3D.yaml +++ b/yaml/types/Marker3D.yaml @@ -6,13 +6,13 @@ Properties: IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Length of this Marker - Name: AppearOnTop Type: boolean IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Determine if this marker should appear on top of everything else in 3D Methods: [] Events: [] IsStatic: false diff --git a/yaml/types/PTAudioAsset.yaml b/yaml/types/PTAudioAsset.yaml index a4fbca2..ce5f336 100644 --- a/yaml/types/PTAudioAsset.yaml +++ b/yaml/types/PTAudioAsset.yaml @@ -6,7 +6,7 @@ Properties: IsAccessibleByScripts: false IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: The audio ID to load Methods: [] Events: [] IsStatic: false diff --git a/yaml/types/UIViewport.yaml b/yaml/types/UIViewport.yaml index db668cf..0fce678 100644 --- a/yaml/types/UIViewport.yaml +++ b/yaml/types/UIViewport.yaml @@ -6,4 +6,4 @@ Events: [] IsStatic: false IsAbstract: false IsInstantiatable: true -Description: Missing Documentation +Description: UIViewport is a UI object that allows displaying 3D content on 2D UI