FriendStatus
Determines the friendship status between two players. This is used by the in-game friend request system.
Items
Name | Value | Summary |
---|---|---|
Unknown | 0 | The friendship status of two players is unknown. |
NotFriend | 1 | Two players are not friends. |
Friend | 2 | Two players are friends. |
FriendRequestSent | 3 | At least one of two players has sent a friend request to the other player. |
FriendRequestReceived | 4 | At least one of two players has received a friend request sent by the other player. |