Modifier and Type | Field and Description |
---|---|
private static HashMap<Integer,EPersonaState> |
EPersonaState.values |
Modifier and Type | Method and Description |
---|---|
static EPersonaState |
EPersonaState.f(int code) |
static EPersonaState |
EPersonaState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPersonaState[] |
EPersonaState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EPersonaState |
SteamFriends.getFriendPersonaState(SteamID steamId)
Gets the persona state of a friend.
|
EPersonaState |
SteamFriends.getPersonaState()
Gets the local user's persona state.
|
Modifier and Type | Method and Description |
---|---|
void |
SteamFriends.setPersonaState(EPersonaState state)
Sets the local user's persona state and broadcasts it over the network.
|
Modifier and Type | Field and Description |
---|---|
private EPersonaState |
PersonaStateCallback.state
Gets the state.
|
Modifier and Type | Field and Description |
---|---|
EPersonaState |
User.personaState |
Copyright © 2012. All Rights Reserved.