Enum SteamRelationship
The relationship with another user.
None - No set relationship.
Ignored Temporary - The user just clicked to ignore your friend request.
Requested - The user has requested you add them as a friend.
Friend - The user is your friend.
Initiated - You requested the user to add you as a friend.
Blocked - You have blocked this user.
Ignored - This user ignored your friend request.
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public enum SteamRelationship
Fields
| Name | Description |
|---|---|
| Blocked | You have blocked this user. |
| Friend | The user is your friend. |
| Ignored | This user ignored your friend request. |
| IgnoredTemporary | The user just clicked to ignore your friend request. |
| Initiated | You requested the user to add you as a friend. |
| None | No set relationship. |
| Requested | The user has requested you add them as a friend. |