From f37b029aa79ab8f39e854e23acb65194b849d2a6 Mon Sep 17 00:00:00 2001 From: maji Date: Tue, 30 Dec 2025 01:40:40 +0700 Subject: [PATCH] ya --- yaml/types/Dynamic.yaml | 22 -------------------- yaml/types/Game.yaml | 2 +- yaml/types/InputActionAxis.yaml | 6 +++--- yaml/types/InputActionButton.yaml | 6 +++--- yaml/types/InputActionVector2.yaml | 10 ++++----- yaml/types/InputButton.yaml | 6 +++--- yaml/types/InputButtonCollection.yaml | 4 ++-- yaml/types/InputService.yaml | 8 +++---- yaml/types/InsertService.yaml | 2 +- yaml/types/Instance.yaml | 8 +++---- yaml/types/InteractionPrompt.yaml | 16 +++++++------- yaml/types/NetworkedObject.yaml | 30 +++++++++++++-------------- yaml/types/Physical.yaml | 22 ++++++++++++++++++++ 13 files changed, 71 insertions(+), 71 deletions(-) diff --git a/yaml/types/Dynamic.yaml b/yaml/types/Dynamic.yaml index b57fc3c..6e1c518 100644 --- a/yaml/types/Dynamic.yaml +++ b/yaml/types/Dynamic.yaml @@ -94,28 +94,6 @@ Methods: IsObsolete: false IsStatic: false Description: Orients the object to look at a target with a specified up vector. - - Name: MovePosition - ReturnType: nil - Parameters: - - Name: position - Type: Vector3 - IsOptional: false - DefaultValue: "" - IsAsync: false - IsObsolete: false - IsStatic: false - Description: Missing Documentation - - Name: MoveRotation - ReturnType: nil - Parameters: - - Name: rotation - Type: Vector3 - IsOptional: false - DefaultValue: "" - IsAsync: false - IsObsolete: false - IsStatic: false - Description: Missing Documentation - Name: Translate ReturnType: nil Parameters: diff --git a/yaml/types/Game.yaml b/yaml/types/Game.yaml index 5004379..ac27728 100644 --- a/yaml/types/Game.yaml +++ b/yaml/types/Game.yaml @@ -6,7 +6,7 @@ Properties: IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns true if this current session is being tested locally - Name: GameID Type: number IsAccessibleByScripts: true diff --git a/yaml/types/InputActionAxis.yaml b/yaml/types/InputActionAxis.yaml index 3a6d063..3b24b69 100644 --- a/yaml/types/InputActionAxis.yaml +++ b/yaml/types/InputActionAxis.yaml @@ -6,19 +6,19 @@ Properties: IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Collection of negative inputs - Name: Positive Type: InputButtonCollection IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Collection of positive inputs - Name: Value Type: number IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: The value of the input Methods: [] Events: [] IsStatic: false diff --git a/yaml/types/InputActionButton.yaml b/yaml/types/InputActionButton.yaml index d17f9ba..01db55a 100644 --- a/yaml/types/InputActionButton.yaml +++ b/yaml/types/InputActionButton.yaml @@ -6,19 +6,19 @@ Properties: IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Collection of button inputs. - Name: IsPressed Type: boolean IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Returns true if any of the button in the collection is currently being pressed. - Name: Weight Type: number IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Returns the current analog input of the button. Methods: [] Events: - Name: Pressed diff --git a/yaml/types/InputActionVector2.yaml b/yaml/types/InputActionVector2.yaml index 512e73c..b2c2c6b 100644 --- a/yaml/types/InputActionVector2.yaml +++ b/yaml/types/InputActionVector2.yaml @@ -6,31 +6,31 @@ Properties: IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Collection of up inputs. - Name: Down Type: InputButtonCollection IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Collection of down inputs. - Name: Left Type: InputButtonCollection IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Collection of left inputs. - Name: Right Type: InputButtonCollection IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Collection of right inputs. - Name: Value Type: Vector2 IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: The value of this input Methods: [] Events: [] IsStatic: false diff --git a/yaml/types/InputButton.yaml b/yaml/types/InputButton.yaml index c392ac9..80b4b96 100644 --- a/yaml/types/InputButton.yaml +++ b/yaml/types/InputButton.yaml @@ -6,7 +6,7 @@ Properties: IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Key code for this button Methods: - Name: New ReturnType: InputButton @@ -14,7 +14,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: true - Description: Missing Documentation + Description: Create new empty button - Name: New ReturnType: InputButton Parameters: @@ -25,7 +25,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: true - Description: Missing Documentation + Description: Create new button of this keycode Events: [] IsStatic: false IsAbstract: false diff --git a/yaml/types/InputButtonCollection.yaml b/yaml/types/InputButtonCollection.yaml index d736b71..be4fc61 100644 --- a/yaml/types/InputButtonCollection.yaml +++ b/yaml/types/InputButtonCollection.yaml @@ -12,7 +12,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Add new input button - Name: RemoveButton ReturnType: nil Parameters: @@ -23,7 +23,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Remove existing input button Events: [] IsStatic: false IsAbstract: false diff --git a/yaml/types/InputService.yaml b/yaml/types/InputService.yaml index e7278d0..a39f5de 100644 --- a/yaml/types/InputService.yaml +++ b/yaml/types/InputService.yaml @@ -90,7 +90,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Returns the current Vector2 value of the action. - Name: GetButton ReturnType: InputActionButton Parameters: @@ -123,7 +123,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Bind new Button Input Action - Name: BindAxis ReturnType: InputActionAxis Parameters: @@ -134,7 +134,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Bind new Axis Input Action - Name: BindVector2 ReturnType: InputActionVector2 Parameters: @@ -145,7 +145,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Bind new Vector2 Input Action Events: - Name: GameFocused Arguments: "" diff --git a/yaml/types/InsertService.yaml b/yaml/types/InsertService.yaml index 4e4f8a8..6f7921e 100644 --- a/yaml/types/InsertService.yaml +++ b/yaml/types/InsertService.yaml @@ -34,7 +34,7 @@ Methods: IsAsync: true IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Insert a new tool with the specified ID Events: [] IsStatic: true IsAbstract: false diff --git a/yaml/types/Instance.yaml b/yaml/types/Instance.yaml index 86a85fd..95430c3 100644 --- a/yaml/types/Instance.yaml +++ b/yaml/types/Instance.yaml @@ -12,7 +12,7 @@ Properties: IsAccessibleByScripts: false IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Determine if children is editable, this is to be used if this instance is a Linked model. Only used in creator. - Name: Tags Type: table IsAccessibleByScripts: true @@ -52,7 +52,7 @@ Methods: IsAsync: true IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Wait for children to be added. - Name: FindChildByClass ReturnType: Instance Parameters: @@ -78,7 +78,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Move children to specified index - Name: GetChildren ReturnType: table Parameters: [] @@ -188,7 +188,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Reparent this instance to another instance - Name: GetParent ReturnType: Instance Parameters: [] diff --git a/yaml/types/InteractionPrompt.yaml b/yaml/types/InteractionPrompt.yaml index b1845b7..9098a71 100644 --- a/yaml/types/InteractionPrompt.yaml +++ b/yaml/types/InteractionPrompt.yaml @@ -6,42 +6,42 @@ Properties: IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: WIP - Name: SubTitle Type: string IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: WIP - Name: HoldDuration Type: number IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: WIP - Name: Key Type: KeyCodeEnum IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: WIP - Name: UseDefaultUI Type: boolean IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: WIP Methods: [] Events: - Name: Triggered Arguments: "" - Description: Missing Documentation + Description: WIP - Name: TriggerStarted Arguments: "" - Description: Missing Documentation + Description: WIP - Name: TriggerReleased Arguments: "" - Description: Missing Documentation + Description: WIP IsStatic: false IsAbstract: false IsInstantiatable: true diff --git a/yaml/types/NetworkedObject.yaml b/yaml/types/NetworkedObject.yaml index f334584..aa7ee56 100644 --- a/yaml/types/NetworkedObject.yaml +++ b/yaml/types/NetworkedObject.yaml @@ -6,37 +6,37 @@ Properties: IsAccessibleByScripts: true IsReadOnly: false IsObsolete: false - Description: Missing Documentation + Description: Name of this object - Name: ClassName Type: string IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Class name of this object - Name: Shared Type: ScriptSharedTable IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: A shared table accessible by scripts. - Name: NetworkedObjectID Type: string IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns networked ID of this object. Networked ID are always unique per network session. - Name: ObjectID Type: string IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns object ID of this object. Object ID originates from the .poly file. - Name: ExistInNetwork Type: boolean IsAccessibleByScripts: true IsReadOnly: true IsObsolete: false - Description: Missing Documentation + Description: Returns true if this object exists in network, false if this object is spawned by the local client. Methods: - Name: IsA ReturnType: boolean @@ -48,7 +48,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Returns whether or not the instance is the specified class, this also checks for inheritance. - Name: Clone ReturnType: NetworkedObject Parameters: @@ -59,7 +59,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Clones the instance - Name: Destroy ReturnType: nil Parameters: @@ -70,7 +70,7 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Destroys the instance (same as Delete method) - Name: Delete ReturnType: nil Parameters: @@ -81,23 +81,23 @@ Methods: IsAsync: false IsObsolete: false IsStatic: false - Description: Missing Documentation + Description: Deletes the instance (same as Destroy method) Events: - Name: PropertyChanged Arguments: Name: propertyName Type: string - Description: Missing Documentation + Description: Fires when a property of this object has changed - Name: Renamed Arguments: "" - Description: Missing Documentation + Description: Fires when this object has been renamed - Name: TreeEntered Arguments: "" - Description: Missing Documentation + Description: Fires when object enters the tree - Name: TreeExited Arguments: "" - Description: Missing Documentation + Description: Fires when object exit the tree (via reparent or delete) IsStatic: false IsAbstract: true IsInstantiatable: false -Description: Missing Documentation +Description: NetworkedObject is a base class for all object that's synchronized by the network. diff --git a/yaml/types/Physical.yaml b/yaml/types/Physical.yaml index 8a7a672..44d5ab6 100644 --- a/yaml/types/Physical.yaml +++ b/yaml/types/Physical.yaml @@ -37,6 +37,28 @@ Methods: IsObsolete: false IsStatic: false Description: Sets the network authority of this object to the specified player. + - Name: MovePosition + ReturnType: nil + Parameters: + - Name: position + Type: Vector3 + IsOptional: false + DefaultValue: "" + IsAsync: false + IsObsolete: false + IsStatic: false + Description: Moves the part to the specified position while keeping physics in mind. + - Name: MoveRotation + ReturnType: nil + Parameters: + - Name: rotation + Type: Vector3 + IsOptional: false + DefaultValue: "" + IsAsync: false + IsObsolete: false + IsStatic: false + Description: Rotates the part while keeping physics in mind. Events: - Name: Touched Arguments: