---
name: FriendStatus
last_updated: 2026-06-16T23:34:31Z
type: enum
---

# FriendStatus

**Type:** enum

## Description

Determines the friend status between two players. This is used by the in-game
friend request system.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Unknown` | 0 | The friend 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. |