diff --git a/autogen/xmlgen.js b/autogen/xmlgen.js
index 129cad2..0d97370 100644
--- a/autogen/xmlgen.js
+++ b/autogen/xmlgen.js
@@ -84,6 +84,7 @@ for (const c of data.Classes) {
// Add properties
for (const prop of c.Properties) {
+ if (prop.IsObsolete) continue
obj.Properties.push({
...prop,
Description: existingDescriptions.Properties[prop.Name] || "Missing Documentation"
diff --git a/xml/types/Entity.xml b/xml/types/Entity.xml
index d1d868e..df9b07b 100644
--- a/xml/types/Entity.xml
+++ b/xml/types/Entity.xml
@@ -183,5 +183,5 @@
false
true
false
- Missing Documentation
+ Entity represents a physics object that's related to building blocks (inherited by Part and Mesh)
diff --git a/xml/types/Environment.xml b/xml/types/Environment.xml
index bf1ddf9..720c481 100644
--- a/xml/types/Environment.xml
+++ b/xml/types/Environment.xml
@@ -34,46 +34,6 @@
false
Missing Documentation
-
- Skybox
- SkyboxEnum
- true
- false
- true
- Missing Documentation
-
-
- FogEnabled
- boolean
- true
- false
- true
- Missing Documentation
-
-
- FogColor
- Color
- true
- false
- true
- Missing Documentation
-
-
- FogStartDistance
- number
- true
- false
- true
- Missing Documentation
-
-
- FogEndDistance
- number
- true
- false
- true
- Missing Documentation
-
Raycast
RayResult
diff --git a/xml/types/Game.xml b/xml/types/Game.xml
index 00c7a11..087e7b0 100644
--- a/xml/types/Game.xml
+++ b/xml/types/Game.xml
@@ -34,14 +34,6 @@
false
Missing Documentation
-
- PlayersConnected
- number
- true
- true
- true
- Missing Documentation
-
InstanceCount
number
@@ -50,14 +42,6 @@
false
Missing Documentation
-
- LocalInstanceCount
- number
- true
- true
- true
- Missing Documentation
-
Ready
diff --git a/xml/types/Image3D.xml b/xml/types/Image3D.xml
index f08791e..0cd4867 100644
--- a/xml/types/Image3D.xml
+++ b/xml/types/Image3D.xml
@@ -10,22 +10,6 @@
false
Missing Documentation
-
- ImageID
- string
- true
- false
- true
- Missing Documentation
-
-
- ImageType
- ImageTypeEnum
- true
- false
- true
- Missing Documentation
-
TextureScale
Vector2
diff --git a/xml/types/Lighting.xml b/xml/types/Lighting.xml
index a503790..5a8f976 100644
--- a/xml/types/Lighting.xml
+++ b/xml/types/Lighting.xml
@@ -58,30 +58,6 @@
false
Missing Documentation
-
- SunBrightness
- number
- true
- false
- true
- Missing Documentation
-
-
- SunColor
- Color
- true
- false
- true
- Missing Documentation
-
-
- Shadows
- boolean
- true
- false
- true
- Missing Documentation
-
true
false
false
diff --git a/xml/types/Mesh.xml b/xml/types/Mesh.xml
index c7c9aff..db0f9e5 100644
--- a/xml/types/Mesh.xml
+++ b/xml/types/Mesh.xml
@@ -10,14 +10,6 @@
false
Missing Documentation
-
- AssetID
- number
- true
- false
- true
- Missing Documentation
-
IncludeOffset
boolean
diff --git a/xml/types/NPC.xml b/xml/types/NPC.xml
index acb617a..b9df92f 100644
--- a/xml/types/NPC.xml
+++ b/xml/types/NPC.xml
@@ -2,78 +2,6 @@
NPC
Physical
-
- HeadColor
- Color
- true
- false
- true
- Missing Documentation
-
-
- TorsoColor
- Color
- true
- false
- true
- Missing Documentation
-
-
- LeftArmColor
- Color
- true
- false
- true
- Missing Documentation
-
-
- RightArmColor
- Color
- true
- false
- true
- Missing Documentation
-
-
- LeftLegColor
- Color
- true
- false
- true
- Missing Documentation
-
-
- RightLegColor
- Color
- true
- false
- true
- Missing Documentation
-
-
- FaceID
- number
- true
- false
- true
- Missing Documentation
-
-
- ShirtID
- number
- true
- false
- true
- Missing Documentation
-
-
- PantsID
- number
- true
- false
- true
- Missing Documentation
-
SeatOffset
Vector3
diff --git a/xml/types/Particles.xml b/xml/types/Particles.xml
index 5c42a81..1290aa6 100644
--- a/xml/types/Particles.xml
+++ b/xml/types/Particles.xml
@@ -10,22 +10,6 @@
false
Missing Documentation
-
- ImageID
- string
- true
- false
- true
- Missing Documentation
-
-
- ImageType
- ImageTypeEnum
- true
- false
- true
- Missing Documentation
-
Color
ColorSeries
diff --git a/xml/types/Player.xml b/xml/types/Player.xml
index 6fd95d0..6392c04 100644
--- a/xml/types/Player.xml
+++ b/xml/types/Player.xml
@@ -130,14 +130,6 @@
false
Missing Documentation
-
- IsInputFocused
- boolean
- true
- true
- true
- Missing Documentation
-
IsLocal
boolean
@@ -178,14 +170,6 @@
false
Missing Documentation
-
- Backpack
- Inventory
- true
- true
- true
- Missing Documentation
-
Jump
nil
diff --git a/xml/types/PolytorianModel.xml b/xml/types/PolytorianModel.xml
index c26dec3..5460a48 100644
--- a/xml/types/PolytorianModel.xml
+++ b/xml/types/PolytorianModel.xml
@@ -50,30 +50,6 @@
false
Missing Documentation
-
- FaceID
- number
- true
- false
- true
- Missing Documentation
-
-
- ShirtID
- number
- true
- false
- true
- Missing Documentation
-
-
- PantsID
- number
- true
- false
- true
- Missing Documentation
-
FaceImage
ImageAsset
diff --git a/xml/types/Sound.xml b/xml/types/Sound.xml
index 989171f..f60d311 100644
--- a/xml/types/Sound.xml
+++ b/xml/types/Sound.xml
@@ -10,14 +10,6 @@
false
Missing Documentation
-
- SoundID
- number
- true
- false
- true
- Missing Documentation
-
Volume
number
diff --git a/xml/types/Text3D.xml b/xml/types/Text3D.xml
index a6d6e99..bed64d0 100644
--- a/xml/types/Text3D.xml
+++ b/xml/types/Text3D.xml
@@ -74,14 +74,6 @@
false
Missing Documentation
-
- Font
- BuiltInTextFontPresetEnum
- true
- false
- true
- Missing Documentation
-
UseRichText
boolean
diff --git a/xml/types/UIImage.xml b/xml/types/UIImage.xml
index 6acf49e..4f7b099 100644
--- a/xml/types/UIImage.xml
+++ b/xml/types/UIImage.xml
@@ -10,22 +10,6 @@
false
Missing Documentation
-
- ImageID
- string
- true
- false
- true
- Missing Documentation
-
-
- ImageType
- ImageTypeEnum
- true
- false
- true
- Missing Documentation
-
Color
Color
diff --git a/xml/types/UILabel.xml b/xml/types/UILabel.xml
index af4fa7e..788a4d1 100644
--- a/xml/types/UILabel.xml
+++ b/xml/types/UILabel.xml
@@ -74,14 +74,6 @@
false
Missing Documentation
-
- Font
- BuiltInTextFontPresetEnum
- true
- false
- true
- Missing Documentation
-
false
false
true
diff --git a/xml/types/UITextInput.xml b/xml/types/UITextInput.xml
index 6d638a1..968df66 100644
--- a/xml/types/UITextInput.xml
+++ b/xml/types/UITextInput.xml
@@ -82,14 +82,6 @@
false
Missing Documentation
-
- Font
- BuiltInTextFontPresetEnum
- true
- false
- true
- Missing Documentation
-
Focus
nil