FriendStatus (Enum): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Flurite No edit summary |
>Flurite No edit summary |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 01:57, 13 February 2012
The FriendStatus Enum tells the relationship between two players. It has 5 Enum items: | ||
Enum | Name | Description |
0 | Unknown | The friendship status is not known. |
1 | NotFriend | The players are not friends. |
2 | Friend | The players are friends. |
3 | FriendRequestSent | The first player sent a friend request to the second. |
4 | FriendRequestReceived | The second player has received a friend request from the first. |