From 9bbc84b027570846954787d65521812ee35bb940 Mon Sep 17 00:00:00 2001 From: willemsteller Date: Mon, 29 Dec 2025 17:43:03 +0100 Subject: [PATCH] I --- xml/types/InputService.xml | 30 +++++++++++++++--------------- xml/types/InsertService.xml | 6 +++--- xml/types/Instance.xml | 34 +++++++++++++++++----------------- xml/types/InstanceValue.xml | 4 ++-- xml/types/IntValue.xml | 4 ++-- xml/types/Light.xml | 10 +++++----- xml/types/Lighting.xml | 16 ++++++++-------- 7 files changed, 52 insertions(+), 52 deletions(-) diff --git a/xml/types/InputService.xml b/xml/types/InputService.xml index 56c7dd4..066a0da 100644 --- a/xml/types/InputService.xml +++ b/xml/types/InputService.xml @@ -8,7 +8,7 @@ true true false - Missing Documentation + Indicates whether the game window is currently focused. IsTouchscreen @@ -16,7 +16,7 @@ true true false - Missing Documentation + Indicates whether the input device is a touchscreen. IsGameFocused @@ -24,7 +24,7 @@ true true false - Missing Documentation + Indicates whether the game is currently focused. IsInputFocused @@ -32,7 +32,7 @@ true true false - Missing Documentation + Indicates whether an input is currently focused. IsGamepadConnected @@ -40,7 +40,7 @@ true true false - Missing Documentation + Indicates whether a gamepad is currently connected. IsMenuOpened @@ -48,7 +48,7 @@ true true false - Missing Documentation + Indicates whether the game menu is currently opened. CursorLocked @@ -56,7 +56,7 @@ true false false - Missing Documentation + Determines whether the cursor is currently locked. CursorVisible @@ -64,7 +64,7 @@ true false false - Missing Documentation + Determines whether the cursor is currently visible. MousePosition @@ -72,7 +72,7 @@ true true false - Missing Documentation + Indicates the current position of the mouse cursor. ScreenWidth @@ -80,7 +80,7 @@ true true false - Missing Documentation + Indicates the width of the screen. ScreenHeight @@ -88,7 +88,7 @@ true true false - Missing Documentation + Indicates the height of the screen. GetMouseWorldPosition @@ -102,7 +102,7 @@ false false false - Missing Documentation + Returns the 3D world-space position corresponding to the current mouse cursor location. GetVector2 @@ -130,7 +130,7 @@ false false false - Missing Documentation + Returns true if the specified button is being held down. GetAxis @@ -144,7 +144,7 @@ false false false - Missing Documentation + Returns the value of the specified axis. BindButton @@ -239,5 +239,5 @@ true false false - Missing Documentation + InputService is a class used for retrieving user input data, such as the mouse and keyboard. diff --git a/xml/types/InsertService.xml b/xml/types/InsertService.xml index 31ce441..381cb1d 100644 --- a/xml/types/InsertService.xml +++ b/xml/types/InsertService.xml @@ -14,7 +14,7 @@ true false false - Missing Documentation + Inserts a model with the specified ID. AccessoryAsync @@ -28,7 +28,7 @@ true false false - Missing Documentation + Inserts an accessory with the specified ID. ToolAsync @@ -47,5 +47,5 @@ true false false - Missing Documentation + Insert is a class used for inserting user-generated models into your game via scripts. diff --git a/xml/types/Instance.xml b/xml/types/Instance.xml index 6f8eaf2..0692e4b 100644 --- a/xml/types/Instance.xml +++ b/xml/types/Instance.xml @@ -8,7 +8,7 @@ true false false - Missing Documentation + Defines the parent of this instance in the hierarchy. EditableChildren @@ -24,7 +24,7 @@ true false false - Missing Documentation + Tags associated with this instance. GetDescendants @@ -32,7 +32,7 @@ false false false - Missing Documentation + Gets all descendants of this instance. FindChild @@ -46,7 +46,7 @@ false false false - Missing Documentation + Finds a child of this instance by name. WaitChild @@ -80,7 +80,7 @@ false false false - Missing Documentation + Finds a child of this instance by class name. MoveChild @@ -108,7 +108,7 @@ false false false - Missing Documentation + Gets all children of this instance. GetChildrenOfClass @@ -122,7 +122,7 @@ false false false - Missing Documentation + Gets all children of this instance that are of the specified class. IsAncestorOf @@ -136,7 +136,7 @@ false false false - Missing Documentation + Determines if this instance is an ancestor of the given instance. IsDescendantOf @@ -150,7 +150,7 @@ false false false - Missing Documentation + Determines if this instance is a descendant of the given instance. IsDescendantOfClass @@ -164,7 +164,7 @@ false false false - Missing Documentation + Determines if this instance is a descendant of the given class. New @@ -184,7 +184,7 @@ false false true - Missing Documentation + Creates a new instance of the specified class. AddTag @@ -198,7 +198,7 @@ false false false - Missing Documentation + Adds a tag to this instance. RemoveTag @@ -212,7 +212,7 @@ false false false - Missing Documentation + Removes a tag from this instance. HasTag @@ -226,7 +226,7 @@ false false false - Missing Documentation + Checks if this instance has the specified tag. Reparent @@ -248,7 +248,7 @@ false false false - Missing Documentation + Gets the parent of this instance. SetParent @@ -262,7 +262,7 @@ false false false - Missing Documentation + Sets the parent of this instance. ChildAdded @@ -299,5 +299,5 @@ false true false - Missing Documentation + Instance is the base class of all classes. Every class derives from it and has all properties, events and functions Instance has. diff --git a/xml/types/InstanceValue.xml b/xml/types/InstanceValue.xml index de44537..0b121a4 100644 --- a/xml/types/InstanceValue.xml +++ b/xml/types/InstanceValue.xml @@ -8,10 +8,10 @@ true false false - Missing Documentation + The value of this object. false false true - Missing Documentation + InstanceValue is an object that holds an Instance value. diff --git a/xml/types/IntValue.xml b/xml/types/IntValue.xml index 2822ecc..0a26971 100644 --- a/xml/types/IntValue.xml +++ b/xml/types/IntValue.xml @@ -8,10 +8,10 @@ true false false - Missing Documentation + The value of this object. false false true - Missing Documentation + IntValue is an object that holds an integer value. diff --git a/xml/types/Light.xml b/xml/types/Light.xml index a741ae2..68e1160 100644 --- a/xml/types/Light.xml +++ b/xml/types/Light.xml @@ -8,7 +8,7 @@ true false false - Missing Documentation + Sets the color of the light. Brightness @@ -16,7 +16,7 @@ true false false - Missing Documentation + Sets the brightness of the light. Specular @@ -24,7 +24,7 @@ true false false - Missing Documentation + Sets the specular intensity of the light. Shadows @@ -32,10 +32,10 @@ true false false - Missing Documentation + Enables or disables shadows cast by the light. false true false - Missing Documentation + Light is an abstract base class for all light objects in the world. diff --git a/xml/types/Lighting.xml b/xml/types/Lighting.xml index 5a8f976..2bf7487 100644 --- a/xml/types/Lighting.xml +++ b/xml/types/Lighting.xml @@ -8,7 +8,7 @@ true false false - Missing Documentation + Sets the skybox to one of the preset skyboxes. AmbientSource @@ -16,7 +16,7 @@ true false false - Missing Documentation + Determines the source of ambient lighting in the place. AmbientColor @@ -24,7 +24,7 @@ true false false - Missing Documentation + Sets the ambient color of the lighting in the place. FogEnabled @@ -32,7 +32,7 @@ true false false - Missing Documentation + Enables or disables fog in the place. FogColor @@ -40,7 +40,7 @@ true false false - Missing Documentation + Sets the color of the fog in the place. FogStartDistance @@ -48,7 +48,7 @@ true false false - Missing Documentation + Sets the distance from the camera at which fog begins to appear. FogEndDistance @@ -56,10 +56,10 @@ true false false - Missing Documentation + Sets the distance from the camera at which fog stops appearing. true false false - Missing Documentation + Lighting is responsible for controlling the state of the lighting in the place. It provides many different options for creators to enhance and fine-tune the visuals of their worlds.