FriendStatus (Enum): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>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..."
 
>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..."
(No difference)

Revision as of 00:17, 13 January 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.