diff --git a/index.html b/index.html
index f622b20..0a424c4 100644
--- a/index.html
+++ b/index.html
@@ -74,7 +74,7 @@
Clones a single part and sets its parent. |
- F3X:CreatePart (PartType, Position, Parent) |
+ F3X:CreatePart (Seat, Position, Parent) |
Creates a new part of the specified type at the given position. |
@@ -130,7 +130,7 @@
Resizes the specified parts. |
- F3X:Resize (Part, Size, cf) |
+ F3X:Resize (Part, Size[, new=Part.CFrame]) |
Resizes a single part. |
@@ -158,7 +158,7 @@
Sets the surfaces of a single part. |
- F3X:SetSurface (Part, Face) |
+ F3X:SetSurface (Part, Face, SurfaceType) |
Sets the surface of a single face of a part. |
@@ -305,6 +305,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -375,7 +382,7 @@ Returns:
- F3X:CreatePart (PartType, Position, Parent)
+ F3X:CreatePart (Seat, Position, Parent)
Creates a new part of the specified type at the given position.
@@ -383,9 +390,9 @@ Returns:
Parameters:
- - PartType
- string
- Type of the part
+
- Seat
+ 'Normal', 'Truss', 'Wedge', 'Corner', 'Cylinder', 'Ball', 'Seat' or 'Vehicle
+ ‘|'Spawn’ PartType Type of the part
- Position
CFrame
@@ -427,7 +434,7 @@
Parameters:
Parent instance
- Items
- table
+ {Instance,...}
Items to group
@@ -454,7 +461,7 @@ Returns:
Parameters:
- Groups
- table
+ {Instance,...}
Groups to ungroup
@@ -462,7 +469,7 @@ Parameters:
Returns:
- table
+ {Instance,...}
Ungrouped items
@@ -481,7 +488,7 @@ Returns:
Parameters:
- Items
- table
+ {Instance,...}
Items to reparent
- Parent
@@ -490,6 +497,13 @@
Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -506,7 +520,7 @@ Parameters:
Parameters:
- Items
- table
+ {Instance,...}
Items to rename
- Name
@@ -515,6 +529,13 @@
Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -540,6 +561,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -556,11 +584,18 @@ Parameters:
Parameters:
- Objects
- table
+ {Instance,...}
Parts to remove
+ Returns:
+
+
+ nil
+
+
+
@@ -582,6 +617,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -598,11 +640,18 @@ Parameters:
Parameters:
- Objects
- table
+ {Instance,...}
Parts to restore
+ Returns:
+
+
+ nil
+
+
+
@@ -624,6 +673,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -640,11 +696,18 @@ Parameters:
Parameters:
- Changes
- table
+ {{Part:BasePart,CFrame:CFrame},...}
Parts and their new CFrames
+ Returns:
+
+
+ nil
+
+
+
@@ -670,6 +733,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -695,6 +765,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -711,11 +788,18 @@ Parameters:
Parameters:
- Changes
- table
+ {{Part:BasePart,CFrame:CFrame,Size:Vector3},...}
Parts and their new sizes and CFrames
+ Returns:
+
+
+ nil
+
+
+
@@ -723,7 +807,7 @@ Parameters:
- F3X:Resize (Part, Size, cf)
+ F3X:Resize (Part, Size[, new=Part.CFrame])
Resizes a single part.
@@ -739,12 +823,20 @@ Parameters:
Vector3
New size
- cf
- CFrame
- ? Optional new CFrame
+ new
+ cf
+ CFrame
+ (default Part.CFrame)
+ Returns:
+
+
+ nil
+
+
+
@@ -761,11 +853,18 @@ Parameters:
Parameters:
- Changes
- table
+ {{Part:BasePart,CFrame:CFrame},...}
Parts and their new CFrames
+ Returns:
+
+
+ nil
+
+
+
@@ -791,6 +890,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -807,11 +913,18 @@ Parameters:
Parameters:
- Changes
- table
+ {{Part:BasePart,Color:Color3},...}
Parts and their new colors
+ Returns:
+
+
+ nil
+
+
+
@@ -837,6 +950,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -853,11 +973,18 @@ Parameters:
Parameters:
- Changes
- table
+ {{Part:BasePart,Surfaces:{["Top", "Front", "Bottom", "Right", "Left" or "Back"]:Enum.SurfaceType}},...}
Parts and their new surfaces
+ Returns:
+
+
+ nil
+
+
+
@@ -878,11 +1005,18 @@ Parameters:
Part to set surfaces
Surfaces
- table
+ {["Top", "Front", "Bottom", "Right", "Left" or "Back"]:Enum.SurfaceType}
New surfaces
+ Returns:
+
+
+ nil
+
+
+
@@ -890,7 +1024,7 @@ Parameters:
- F3X:SetSurface (Part, Face)
+ F3X:SetSurface (Part, Face, SurfaceType)
Sets the surface of a single face of a part.
@@ -903,11 +1037,22 @@ Parameters:
Part to set surface
Face
- string
+ "Top", "Front", "Bottom", "Right", "Left" or "Back"
Face to set
+ SurfaceType
+ Enum.SurfaceType
+ New surface type
+
+ Returns:
+
+
+ nil
+
+
+
@@ -924,7 +1069,7 @@ Parameters:
Parameters:
- Changes
- table
+ {{Part:BasePart,LightType:"SpotLight", "PointLight" or "SurfaceLight"},...}
Parts and their light types
@@ -932,7 +1077,7 @@ Parameters:
Returns:
- table
+ {SpotLight, PointLight or SurfaceLight,...}
Created lights
@@ -955,7 +1100,7 @@ Parameters:
Part to create light on
LightType
- string
+ "SpotLight", "PointLight" or "SurfaceLight"
Type of light
@@ -982,11 +1127,18 @@ Returns:
Parameters:
- Changes
- table
+ optional ,Brightness:number?,Color:Color3?,Shadows:boolean?,Face:Enum.NormalId?,Angle:number?},...}
Lights and their new properties
+ Returns:
+
+
+ nil
+
+
+
@@ -1035,6 +1187,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1083,6 +1242,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1131,6 +1297,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1152,6 +1325,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1173,6 +1353,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1194,6 +1381,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1215,6 +1409,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1236,6 +1437,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1315,6 +1523,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1437,6 +1652,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1462,6 +1684,13 @@ Parameters:
+ Returns:
+
+
+ nil
+
+
+
@@ -1474,7 +1703,7 @@ Parameters:
generated by LDoc 1.5.0
-
Last updated 2024-06-08 13:22:35
+
Last updated 2024-06-08 13:49:59