SelfViewPosition
Defines the screen location of the current player's self view.
Items 5
History | Name | Value | Description | |
---|---|---|---|---|
583 | LastPosition | 0 | The position of the self view when it was last closed. | |
583 | TopLeft | 1 | Top-left corner of the screen, with slight padding from the top and left edges. | |
583 | TopRight | 2 | Top-right corner of the screen, with slight padding from the top and right edges. | |
583 | BottomLeft | 3 | Bottom-left corner of the screen, with slight padding from the bottom and left edges. | |
583 | BottomRight | 4 | Bottom-right corner of the screen, with slight padding from the bottom and right edges. |
Description
This enum defines the screen location of the current player's self view, used in conjunction with SocialService:ShowSelfView() for example.
History 6
- 583 Add TopRight
- 583 Add TopLeft
- 583 Add LastPosition
- 583 Add BottomRight
- 583 Add BottomLeft
- 583 Add SelfViewPosition