Skip to content

Commit

Permalink
Remove duplicate Shapecast methods on WorldRoot
Browse files Browse the repository at this point in the history
Fixes #873
  • Loading branch information
JohnnyMorganz committed Dec 24, 2024
1 parent 47442c9 commit 254a967
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions scripts/dumpRobloxTypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,9 +389,6 @@
],
"WorldRoot": [
"function Raycast(self, origin: Vector3, direction: Vector3, raycastParams: RaycastParams?): RaycastResult?",
"function Blockcast(self, cframe: CFrame, size: Vector3, direction: Vector3, params: RaycastParams?): RaycastResult?",
"function Shapecast(self, part: BasePart, direction: Vector3, params: RaycastParams?): RaycastResult?",
"function Spherecast(self, position: Vector3, radius: number, direction: Vector3, params: RaycastParams?): RaycastResult?",
"function ArePartsTouchingOthers(self, partList: { BasePart }, overlapIgnored: number?): boolean",
"function BulkMoveTo(self, partList: { BasePart }, cframeList: { CFrame }, eventMode: EnumBulkMoveMode?): nil",
"function GetPartBoundsInBox(self, cframe: CFrame, size: Vector3, overlapParams: OverlapParams?): { BasePart }",
Expand Down
3 changes: 0 additions & 3 deletions scripts/globalTypes.d.luau

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 254a967

Please sign in to comment.