TweenStatus
The completion status of a GuiObject tween function.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
80 | Canceled | 0 | The tween was cancelled before completion. | |
80 | Completed | 1 | The Tween has successfully completed. |
Description
Describes the completion status of a GuiObject tween function.
Passed as an argument to the callback function provided to GuiObject:TweenPosition(), GuiObject:TweenSize(), and GuiObject:TweenSizeAndPosition().
Not to be confused for PlaybackState which is used with TweenService.
History 7
- 80 Add Completed
- 80 Add Canceled
- 80 Add TweenStatus
- 79 Remove TweenStatus
- 80 Add Completed
- 80 Add Canceled
- 80 Add TweenStatus