Class: EFriendRelationship

Inherits:
Object
  • Object
show all
Defined in:
lib/steamd/generated/enums.rb

Overview

Represents the EFriendRelationship enum

Constant Summary collapse

DATA_TYPE =

Data type of EFriendRelationship

'int'
NONE =

Constant NONE for EFriendRelationship

0
BLOCKED =

Constant BLOCKED for EFriendRelationship

1
REQUEST_RECIPIENT =

Constant REQUEST_RECIPIENT for EFriendRelationship

2
FRIEND =

Constant FRIEND for EFriendRelationship

3
REQUEST_INITIATOR =

Constant REQUEST_INITIATOR for EFriendRelationship

4
IGNORED =

Constant IGNORED for EFriendRelationship

5
IGNORED_FRIEND =

Constant IGNORED_FRIEND for EFriendRelationship

6
SUGGESTED_FRIEND =

Constant SUGGESTED_FRIEND for EFriendRelationship

7
MAX =

Constant MAX for EFriendRelationship

8