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..."
>Flurite
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Enum|The FriendStatus [[Enum]] tells the relationship between two players. It has 5 Enum items:|
{{Enum|The [[GetFriendStatus (Method)|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|0|Unknown|The friendship status is not known.}}
{{Enum/row|1|NotFriend|The players are not friends.}}
{{Enum/row|1|NotFriend|The players are not friends.}}

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.