This commit is contained in:
willemsteller
2025-12-29 16:18:45 +01:00
parent fe7652d396
commit 0ae749e680
12 changed files with 89 additions and 89 deletions

View File

@@ -13,5 +13,5 @@
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>A messh asset that&apos;s loaded from Polytoria.</Description>
<Description>A mesh asset that&apos;s loaded from Polytoria.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the shape of the part.</Description>
</Properties>
<Properties>
<Name>Material</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the material of the part.</Description>
</Properties>
<Properties>
<Name>Color</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the color of the part.</Description>
</Properties>
<Properties>
<Name>CastShadows</Name>
@@ -32,10 +32,10 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the part casts shadows.</Description>
</Properties>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>Parts represent the basic building blocks of the world.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>false</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The image used for the particles.</Description>
</Properties>
<Properties>
<Name>Color</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The color gradient used for the particles.</Description>
</Properties>
<Properties>
<Name>Lifetime</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the lifetime of a particle.</Description>
</Properties>
<Properties>
<Name>Amount</Name>
@@ -32,7 +32,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the number of particles emitted.</Description>
</Properties>
<Properties>
<Name>Gravity</Name>
@@ -40,7 +40,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the gravity effect applied to the particles.</Description>
</Properties>
<Properties>
<Name>Shaded</Name>
@@ -48,7 +48,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the particles are shaded.</Description>
</Properties>
<Properties>
<Name>Autoplay</Name>
@@ -56,7 +56,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the particle system plays automatically.</Description>
</Properties>
<Methods>
<Name>Play</Name>
@@ -64,7 +64,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Starts playing the particle system.</Description>
</Methods>
<Methods>
<Name>Stop</Name>
@@ -72,7 +72,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Stops playing the particle system.</Description>
</Methods>
<Methods>
<Name>Emit</Name>
@@ -86,10 +86,10 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Emits a specified number of particles immediately.</Description>
</Methods>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>Particles represents a particle system that can be used to create various visual effects.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether this object is affected by physics.</Description>
</Properties>
<Properties>
<Name>CanCollide</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether this object can collide with other objects.</Description>
</Properties>
<Properties>
<Name>Velocity</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the linear velocity of this object.</Description>
</Properties>
<Properties>
<Name>AngularVelocity</Name>
@@ -32,7 +32,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the angular velocity of this object.</Description>
</Properties>
<Methods>
<Name>SetNetworkAuthority</Name>
@@ -46,7 +46,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Sets the network authority of this object to the specified player.</Description>
</Methods>
<Events>
<Name>Touched</Name>
@@ -85,5 +85,5 @@
<IsStatic>false</IsStatic>
<IsAbstract>true</IsAbstract>
<IsInstantiatable>false</IsInstantiatable>
<Description>Physical represents a physics object</Description>
<Description>Physical represents an object affected by physics in the world.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The unique ID of the player.</Description>
</Properties>
<Properties>
<Name>CanMove</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player can move.</Description>
</Properties>
<Properties>
<Name>SprintSpeed</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the sprinting speed of the player.</Description>
</Properties>
<Properties>
<Name>Stamina</Name>
@@ -32,7 +32,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the current stamina of the player.</Description>
</Properties>
<Properties>
<Name>MaxStamina</Name>
@@ -40,7 +40,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the maximum stamina of the player.</Description>
</Properties>
<Properties>
<Name>UseStamina</Name>
@@ -48,7 +48,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player uses stamina.</Description>
</Properties>
<Properties>
<Name>StaminaRegen</Name>
@@ -56,7 +56,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the rate at which the player's stamina regenerates.</Description>
</Properties>
<Properties>
<Name>StaminaBurn</Name>
@@ -64,7 +64,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the rate at which the player's stamina depletes while sprinting.</Description>
</Properties>
<Properties>
<Name>RespawnTime</Name>
@@ -72,7 +72,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the time the player has to wait before respawning.</Description>
</Properties>
<Properties>
<Name>UseHeadTurning</Name>
@@ -80,7 +80,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player uses head turning.</Description>
</Properties>
<Properties>
<Name>UseBubbleChat</Name>
@@ -88,7 +88,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player uses bubble chat.</Description>
</Properties>
<Properties>
<Name>AutoLoadAppearance</Name>
@@ -96,7 +96,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player's appearance is automatically loaded.</Description>
</Properties>
<Properties>
<Name>NetworkPing</Name>
@@ -104,7 +104,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The amount of network latency (ping) the player is experiencing.</Description>
</Properties>
<Properties>
<Name>IsAdmin</Name>
@@ -112,7 +112,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player is an administrator.</Description>
</Properties>
<Properties>
<Name>IsCreator</Name>
@@ -120,7 +120,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player is the creator of the game.</Description>
</Properties>
<Properties>
<Name>ChatColor</Name>
@@ -128,7 +128,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the chat color of the player.</Description>
</Properties>
<Properties>
<Name>IsLocal</Name>
@@ -136,7 +136,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player is the local player.</Description>
</Properties>
<Properties>
<Name>IsClimbing</Name>
@@ -144,7 +144,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player is currently climbing.</Description>
</Properties>
<Properties>
<Name>ClimbingTruss</Name>
@@ -152,7 +152,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the truss the player is currently climbing.</Description>
</Properties>
<Properties>
<Name>UserPlatform</Name>
@@ -160,7 +160,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the platform the player is using.</Description>
</Properties>
<Properties>
<Name>Inventory</Name>
@@ -168,7 +168,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The inventory of the player.</Description>
</Properties>
<Methods>
<Name>Jump</Name>
@@ -176,7 +176,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Makes the player jump.</Description>
</Methods>
<Methods>
<Name>Kick</Name>
@@ -190,7 +190,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Kicks the player from the game with the specified reason.</Description>
</Methods>
<Methods>
<Name>UnequipTool</Name>
@@ -198,7 +198,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Unequips the currently equipped tool of the player.</Description>
</Methods>
<Methods>
<Name>Respawn</Name>
@@ -206,7 +206,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Respawns the player.</Description>
</Methods>
<Methods>
<Name>ResetAppearance</Name>
@@ -214,7 +214,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Resets the player's appearance to the default.</Description>
</Methods>
<Events>
<Name>Chatted</Name>
@@ -232,5 +232,5 @@
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>false</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>Player represents a user playing the game.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The default maximum health of the player.</Description>
</Properties>
<Properties>
<Name>WalkSpeed</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The default walking speed of the player.</Description>
</Properties>
<Properties>
<Name>SprintSpeed</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The default sprinting speed of the player.</Description>
</Properties>
<Properties>
<Name>JumpPower</Name>
@@ -32,7 +32,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The default jump power of the player.</Description>
</Properties>
<Properties>
<Name>RespawnTime</Name>
@@ -40,7 +40,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The default time the player has to wait before respawning.</Description>
</Properties>
<Properties>
<Name>ChatColor</Name>
@@ -48,7 +48,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The default chat color of the player.</Description>
</Properties>
<Properties>
<Name>CanMove</Name>
@@ -56,7 +56,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player can move by default.</Description>
</Properties>
<Properties>
<Name>StaminaBurn</Name>
@@ -64,7 +64,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The rate at which the player's stamina depletes while sprinting.</Description>
</Properties>
<Properties>
<Name>UseStamina</Name>
@@ -72,7 +72,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player uses stamina.</Description>
</Properties>
<Properties>
<Name>Stamina</Name>
@@ -80,7 +80,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the default stamina of players.</Description>
</Properties>
<Properties>
<Name>MaxStamina</Name>
@@ -88,7 +88,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the default maximum stamina of players.</Description>
</Properties>
<Properties>
<Name>StaminaRegen</Name>
@@ -96,7 +96,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines the rate at which the player's stamina regenerates.</Description>
</Properties>
<Properties>
<Name>UseHeadTurning</Name>
@@ -104,7 +104,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player uses head turning by default.</Description>
</Properties>
<Properties>
<Name>UseBubbleChat</Name>
@@ -112,7 +112,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player uses bubble chat by default.</Description>
</Properties>
<Properties>
<Name>AutoLoadAppearance</Name>
@@ -120,7 +120,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player's appearance is automatically loaded by default.</Description>
</Properties>
<Methods>
<Name>LoadDefaults</Name>
@@ -128,10 +128,10 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Resets the specified player back to their default values.</Description>
</Methods>
<IsStatic>true</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>false</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>PlayerDefaults is a service used for storing the default values of the Player when created.</Description>
</ClassDef>

View File

@@ -5,5 +5,5 @@
<IsStatic>true</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>false</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>PlayerGUI is a class that contains all custom GUIs.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The player who is currently playing the game.</Description>
</Properties>
<Properties>
<Name>PlayerCollisionEnabled</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether or not collisions between players are enabled.</Description>
</Properties>
<Properties>
<Name>PlayersCount</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The number of players currently in the game.</Description>
</Properties>
<Methods>
<Name>GetPlayers</Name>
@@ -32,7 +32,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns a table containing all the players currently in the game.</Description>
</Methods>
<Methods>
<Name>GetPlayer</Name>
@@ -46,7 +46,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the player with the specified username.</Description>
</Methods>
<Methods>
<Name>GetPlayerByID</Name>
@@ -60,7 +60,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Returns the player with the specified user ID.</Description>
</Methods>
<Events>
<Name>PlayerAdded</Name>
@@ -81,5 +81,5 @@
<IsStatic>true</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>false</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>Players is the container class for all Player instances.</Description>
</ClassDef>

View File

@@ -8,10 +8,10 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The range of the point light's illumination.</Description>
</Properties>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>PointLight is a type of light that emits light in all directions from a single point.</Description>
</ClassDef>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player has photo mode enabled.</Description>
</Properties>
<Properties>
<Name>UsePostProcessing</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>true</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>Determines whether the player has post-processing effects enabled.</Description>
</Properties>
<Events>
<Name>SettingChanged</Name>
@@ -28,7 +28,7 @@
<Name>setTo</Name>
<Type>any</Type>
</Arguments>
<Description>Missing Documentation</Description>
<Description>Fired when a user preference setting is changed.</Description>
</Events>
<IsStatic>true</IsStatic>
<IsAbstract>false</IsAbstract>

View File

@@ -8,7 +8,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The size of the sun in the sky.</Description>
</Properties>
<Properties>
<Name>SkyTint</Name>
@@ -16,7 +16,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The tint color of the sky.</Description>
</Properties>
<Properties>
<Name>HorizonColor</Name>
@@ -24,7 +24,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The color of the horizon in the sky.</Description>
</Properties>
<Properties>
<Name>GroundColor</Name>
@@ -32,7 +32,7 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The color of the ground in the sky.</Description>
</Properties>
<Properties>
<Name>Exposure</Name>
@@ -40,10 +40,10 @@
<IsAccessibleByScripts>true</IsAccessibleByScripts>
<IsReadOnly>false</IsReadOnly>
<IsObsolete>false</IsObsolete>
<Description>Missing Documentation</Description>
<Description>The exposure level of the sky.</Description>
</Properties>
<IsStatic>false</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>true</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>ProceduralSky is a type of sky that generates its appearance procedurally based on the position of the sun and its properties.</Description>
</ClassDef>

View File

@@ -20,7 +20,7 @@
<IsAsync>false</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Prompts the specified player to purchase the asset with the given asset ID.</Description>
</Methods>
<Methods>
<Name>OwnsItemAsync</Name>
@@ -40,10 +40,10 @@
<IsAsync>true</IsAsync>
<IsObsolete>false</IsObsolete>
<IsStatic>false</IsStatic>
<Description>Missing Documentation</Description>
<Description>Checks asynchronously if the specified player owns the asset with the given asset ID.</Description>
</Methods>
<IsStatic>true</IsStatic>
<IsAbstract>false</IsAbstract>
<IsInstantiatable>false</IsInstantiatable>
<Description>Missing Documentation</Description>
<Description>Service responsible for handling in-game purchases and ownership verification.</Description>
</ClassDef>