Skip to content

Commit

Permalink
Revert "Refine Humanoid.Seated (#1306)"
Browse files Browse the repository at this point in the history
This reverts commit 32360a5.
  • Loading branch information
osyrisrblx authored Sep 16, 2024
1 parent e133428 commit e788166
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/customDefinitions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,7 @@ interface HttpService extends Instance {

interface Humanoid extends Instance {
readonly AnimationPlayed: RBXScriptSignal<(animationTrack: AnimationTrack) => void>;
readonly Seated: RBXScriptSignal<
(
...args: [active: true, currentSeatPart: Seat | VehicleSeat] | [active: false, currentSeatPart: undefined]
) => void
>;
readonly Seated: RBXScriptSignal<(active: boolean, currentSeatPart: Seat | VehicleSeat | undefined) => void>;
readonly Touched: RBXScriptSignal<(touchingPart: BasePart, humanoidPart: BasePart) => void>;
GetAppliedDescription(this: Humanoid): HumanoidDescription;
GetPlayingAnimationTracks(this: Humanoid): Array<AnimationTrack>;
Expand Down

0 comments on commit e788166

Please sign in to comment.