FriendStatus (Enum)

From Legacy Roblox Wiki
Revision as of 00:17, 13 January 2012 by >SCARFACIAL (Created page with "{{Enum|The FriendStatus Enum tells the relationship between two players. It has 5 Enum items:| {{Enum/row|0|Unknown|The friendship status is not known.}} {{Enum/row|1|NotF...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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.