| Modifier and Type | Method and Description |
|---|---|
static SteamFriends.FriendFlags |
SteamFriends.FriendFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SteamFriends.FriendFlags[] |
SteamFriends.FriendFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SteamID |
SteamFriends.getFriendByIndex(int friend,
SteamFriends.FriendFlags friendFlag) |
int |
SteamFriends.getFriendCount(SteamFriends.FriendFlags friendFlag) |
| Modifier and Type | Method and Description |
|---|---|
SteamID |
SteamFriends.getFriendByIndex(int friend,
Collection<SteamFriends.FriendFlags> friendFlags) |
int |
SteamFriends.getFriendCount(Collection<SteamFriends.FriendFlags> friendFlags) |
Copyright © 2018. All rights reserved.