From 0ae749e680542c6b8995cd916e0fbde748bc4ab8 Mon Sep 17 00:00:00 2001 From: willemsteller Date: Mon, 29 Dec 2025 16:18:45 +0100 Subject: [PATCH] P --- xml/types/PTMeshAsset.xml | 2 +- xml/types/Part.xml | 10 +++--- xml/types/Particles.xml | 22 ++++++------- xml/types/Physical.xml | 12 +++---- xml/types/Player.xml | 54 ++++++++++++++++---------------- xml/types/PlayerDefaults.xml | 34 ++++++++++---------- xml/types/PlayerGUI.xml | 2 +- xml/types/Players.xml | 14 ++++----- xml/types/PointLight.xml | 4 +-- xml/types/PreferencesService.xml | 6 ++-- xml/types/ProceduralSky.xml | 12 +++---- xml/types/PurchasesService.xml | 6 ++-- 12 files changed, 89 insertions(+), 89 deletions(-) diff --git a/xml/types/PTMeshAsset.xml b/xml/types/PTMeshAsset.xml index 71db652..b8ea428 100644 --- a/xml/types/PTMeshAsset.xml +++ b/xml/types/PTMeshAsset.xml @@ -13,5 +13,5 @@ false false true - A messh asset that's loaded from Polytoria. + A mesh asset that's loaded from Polytoria. diff --git a/xml/types/Part.xml b/xml/types/Part.xml index 324bc45..198d610 100644 --- a/xml/types/Part.xml +++ b/xml/types/Part.xml @@ -8,7 +8,7 @@ true false false - Missing Documentation + Determines the shape of the part. Material @@ -16,7 +16,7 @@ true false false - Missing Documentation + Determines the material of the part. Color @@ -24,7 +24,7 @@ true false false - Missing Documentation + Determines the color of the part. CastShadows @@ -32,10 +32,10 @@ true false false - Missing Documentation + Determines whether the part casts shadows. false false true - Missing Documentation + Parts represent the basic building blocks of the world. diff --git a/xml/types/Particles.xml b/xml/types/Particles.xml index 1290aa6..1f51152 100644 --- a/xml/types/Particles.xml +++ b/xml/types/Particles.xml @@ -8,7 +8,7 @@ false false false - Missing Documentation + The image used for the particles. Color @@ -16,7 +16,7 @@ true false false - Missing Documentation + The color gradient used for the particles. Lifetime @@ -24,7 +24,7 @@ true false false - Missing Documentation + Determines the lifetime of a particle. Amount @@ -32,7 +32,7 @@ true false false - Missing Documentation + Determines the number of particles emitted. Gravity @@ -40,7 +40,7 @@ true false false - Missing Documentation + Determines the gravity effect applied to the particles. Shaded @@ -48,7 +48,7 @@ true false false - Missing Documentation + Determines whether the particles are shaded. Autoplay @@ -56,7 +56,7 @@ true false false - Missing Documentation + Determines whether the particle system plays automatically. Play @@ -64,7 +64,7 @@ false false false - Missing Documentation + Starts playing the particle system. Stop @@ -72,7 +72,7 @@ false false false - Missing Documentation + Stops playing the particle system. Emit @@ -86,10 +86,10 @@ false false false - Missing Documentation + Emits a specified number of particles immediately. false false true - Missing Documentation + Particles represents a particle system that can be used to create various visual effects. diff --git a/xml/types/Physical.xml b/xml/types/Physical.xml index 23e81d6..605e352 100644 --- a/xml/types/Physical.xml +++ b/xml/types/Physical.xml @@ -8,7 +8,7 @@ true false false - Missing Documentation + Determines whether this object is affected by physics. CanCollide @@ -16,7 +16,7 @@ true false false - Missing Documentation + Determines whether this object can collide with other objects. Velocity @@ -24,7 +24,7 @@ true false false - Missing Documentation + Determines the linear velocity of this object. AngularVelocity @@ -32,7 +32,7 @@ true false false - Missing Documentation + Determines the angular velocity of this object. SetNetworkAuthority @@ -46,7 +46,7 @@ false false false - Missing Documentation + Sets the network authority of this object to the specified player. Touched @@ -85,5 +85,5 @@ false true false - Physical represents a physics object + Physical represents an object affected by physics in the world. diff --git a/xml/types/Player.xml b/xml/types/Player.xml index 6392c04..ca2d938 100644 --- a/xml/types/Player.xml +++ b/xml/types/Player.xml @@ -8,7 +8,7 @@ true true false - Missing Documentation + The unique ID of the player. CanMove @@ -16,7 +16,7 @@ true false false - Missing Documentation + Determines whether the player can move. SprintSpeed @@ -24,7 +24,7 @@ true false false - Missing Documentation + Determines the sprinting speed of the player. Stamina @@ -32,7 +32,7 @@ true false false - Missing Documentation + Determines the current stamina of the player. MaxStamina @@ -40,7 +40,7 @@ true false false - Missing Documentation + Determines the maximum stamina of the player. UseStamina @@ -48,7 +48,7 @@ true false false - Missing Documentation + Determines whether the player uses stamina. StaminaRegen @@ -56,7 +56,7 @@ true false false - Missing Documentation + Determines the rate at which the player's stamina regenerates. StaminaBurn @@ -64,7 +64,7 @@ true false false - Missing Documentation + Determines the rate at which the player's stamina depletes while sprinting. RespawnTime @@ -72,7 +72,7 @@ true false false - Missing Documentation + Determines the time the player has to wait before respawning. UseHeadTurning @@ -80,7 +80,7 @@ true false false - Missing Documentation + Determines whether the player uses head turning. UseBubbleChat @@ -88,7 +88,7 @@ true false false - Missing Documentation + Determines whether the player uses bubble chat. AutoLoadAppearance @@ -96,7 +96,7 @@ true false false - Missing Documentation + Determines whether the player's appearance is automatically loaded. NetworkPing @@ -104,7 +104,7 @@ true true false - Missing Documentation + The amount of network latency (ping) the player is experiencing. IsAdmin @@ -112,7 +112,7 @@ true true false - Missing Documentation + Determines whether the player is an administrator. IsCreator @@ -120,7 +120,7 @@ true true false - Missing Documentation + Determines whether the player is the creator of the game. ChatColor @@ -128,7 +128,7 @@ true false false - Missing Documentation + Determines the chat color of the player. IsLocal @@ -136,7 +136,7 @@ true true false - Missing Documentation + Determines whether the player is the local player. IsClimbing @@ -144,7 +144,7 @@ true true false - Missing Documentation + Determines whether the player is currently climbing. ClimbingTruss @@ -152,7 +152,7 @@ true true false - Missing Documentation + Determines the truss the player is currently climbing. UserPlatform @@ -160,7 +160,7 @@ true true false - Missing Documentation + Determines the platform the player is using. Inventory @@ -168,7 +168,7 @@ true true false - Missing Documentation + The inventory of the player. Jump @@ -176,7 +176,7 @@ false false false - Missing Documentation + Makes the player jump. Kick @@ -190,7 +190,7 @@ false false false - Missing Documentation + Kicks the player from the game with the specified reason. UnequipTool @@ -198,7 +198,7 @@ false false false - Missing Documentation + Unequips the currently equipped tool of the player. Respawn @@ -206,7 +206,7 @@ false false false - Missing Documentation + Respawns the player. ResetAppearance @@ -214,7 +214,7 @@ false false false - Missing Documentation + Resets the player's appearance to the default. Chatted @@ -232,5 +232,5 @@ false false false - Missing Documentation + Player represents a user playing the game. diff --git a/xml/types/PlayerDefaults.xml b/xml/types/PlayerDefaults.xml index cd00d3d..bebe0f5 100644 --- a/xml/types/PlayerDefaults.xml +++ b/xml/types/PlayerDefaults.xml @@ -8,7 +8,7 @@ true false false - Missing Documentation + The default maximum health of the player. WalkSpeed @@ -16,7 +16,7 @@ true false false - Missing Documentation + The default walking speed of the player. SprintSpeed @@ -24,7 +24,7 @@ true false false - Missing Documentation + The default sprinting speed of the player. JumpPower @@ -32,7 +32,7 @@ true false false - Missing Documentation + The default jump power of the player. RespawnTime @@ -40,7 +40,7 @@ true false false - Missing Documentation + The default time the player has to wait before respawning. ChatColor @@ -48,7 +48,7 @@ true false false - Missing Documentation + The default chat color of the player. CanMove @@ -56,7 +56,7 @@ true false false - Missing Documentation + Determines whether the player can move by default. StaminaBurn @@ -64,7 +64,7 @@ true false false - Missing Documentation + The rate at which the player's stamina depletes while sprinting. UseStamina @@ -72,7 +72,7 @@ true false false - Missing Documentation + Determines whether the player uses stamina. Stamina @@ -80,7 +80,7 @@ true false false - Missing Documentation + Determines the default stamina of players. MaxStamina @@ -88,7 +88,7 @@ true false false - Missing Documentation + Determines the default maximum stamina of players. StaminaRegen @@ -96,7 +96,7 @@ true false false - Missing Documentation + Determines the rate at which the player's stamina regenerates. UseHeadTurning @@ -104,7 +104,7 @@ true false false - Missing Documentation + Determines whether the player uses head turning by default. UseBubbleChat @@ -112,7 +112,7 @@ true false false - Missing Documentation + Determines whether the player uses bubble chat by default. AutoLoadAppearance @@ -120,7 +120,7 @@ true false false - Missing Documentation + Determines whether the player's appearance is automatically loaded by default. LoadDefaults @@ -128,10 +128,10 @@ false false false - Missing Documentation + Resets the specified player back to their default values. true false false - Missing Documentation + PlayerDefaults is a service used for storing the default values of the Player when created. diff --git a/xml/types/PlayerGUI.xml b/xml/types/PlayerGUI.xml index b6513c3..4b2e25c 100644 --- a/xml/types/PlayerGUI.xml +++ b/xml/types/PlayerGUI.xml @@ -5,5 +5,5 @@ true false false - Missing Documentation + PlayerGUI is a class that contains all custom GUIs. diff --git a/xml/types/Players.xml b/xml/types/Players.xml index 0e74e3f..02a3272 100644 --- a/xml/types/Players.xml +++ b/xml/types/Players.xml @@ -8,7 +8,7 @@ true true false - Missing Documentation + The player who is currently playing the game. PlayerCollisionEnabled @@ -16,7 +16,7 @@ true false false - Missing Documentation + Determines whether or not collisions between players are enabled. PlayersCount @@ -24,7 +24,7 @@ true true false - Missing Documentation + The number of players currently in the game. GetPlayers @@ -32,7 +32,7 @@ false false false - Missing Documentation + Returns a table containing all the players currently in the game. GetPlayer @@ -46,7 +46,7 @@ false false false - Missing Documentation + Returns the player with the specified username. GetPlayerByID @@ -60,7 +60,7 @@ false false false - Missing Documentation + Returns the player with the specified user ID. PlayerAdded @@ -81,5 +81,5 @@ true false false - Missing Documentation + Players is the container class for all Player instances. diff --git a/xml/types/PointLight.xml b/xml/types/PointLight.xml index f6b0d2c..9dab092 100644 --- a/xml/types/PointLight.xml +++ b/xml/types/PointLight.xml @@ -8,10 +8,10 @@ true false false - Missing Documentation + The range of the point light's illumination. false false true - Missing Documentation + PointLight is a type of light that emits light in all directions from a single point. diff --git a/xml/types/PreferencesService.xml b/xml/types/PreferencesService.xml index d2e33a5..e87123d 100644 --- a/xml/types/PreferencesService.xml +++ b/xml/types/PreferencesService.xml @@ -8,7 +8,7 @@ true true false - Missing Documentation + Determines whether the player has photo mode enabled. UsePostProcessing @@ -16,7 +16,7 @@ true true false - Missing Documentation + Determines whether the player has post-processing effects enabled. SettingChanged @@ -28,7 +28,7 @@ setTo any - Missing Documentation + Fired when a user preference setting is changed. true false diff --git a/xml/types/ProceduralSky.xml b/xml/types/ProceduralSky.xml index 3886a31..0e73ce6 100644 --- a/xml/types/ProceduralSky.xml +++ b/xml/types/ProceduralSky.xml @@ -8,7 +8,7 @@ true false false - Missing Documentation + The size of the sun in the sky. SkyTint @@ -16,7 +16,7 @@ true false false - Missing Documentation + The tint color of the sky. HorizonColor @@ -24,7 +24,7 @@ true false false - Missing Documentation + The color of the horizon in the sky. GroundColor @@ -32,7 +32,7 @@ true false false - Missing Documentation + The color of the ground in the sky. Exposure @@ -40,10 +40,10 @@ true false false - Missing Documentation + The exposure level of the sky. false false true - Missing Documentation + ProceduralSky is a type of sky that generates its appearance procedurally based on the position of the sun and its properties. diff --git a/xml/types/PurchasesService.xml b/xml/types/PurchasesService.xml index 575eca5..5ded059 100644 --- a/xml/types/PurchasesService.xml +++ b/xml/types/PurchasesService.xml @@ -20,7 +20,7 @@ false false false - Missing Documentation + Prompts the specified player to purchase the asset with the given asset ID. OwnsItemAsync @@ -40,10 +40,10 @@ true false false - Missing Documentation + Checks asynchronously if the specified player owns the asset with the given asset ID. true false false - Missing Documentation + Service responsible for handling in-game purchases and ownership verification.