public enum EDenyReason extends Enum<EDenyReason>
Modifier and Type | Field and Description |
---|---|
private int |
code |
Modifier and Type | Method and Description |
---|---|
int |
v() |
static EDenyReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDenyReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDenyReason InvalidVersion
public static final EDenyReason Generic
public static final EDenyReason NotLoggedOn
public static final EDenyReason NoLicense
public static final EDenyReason Cheater
public static final EDenyReason LoggedInElseWhere
public static final EDenyReason UnknownText
public static final EDenyReason IncompatibleAnticheat
public static final EDenyReason MemoryCorruption
public static final EDenyReason IncompatibleSoftware
public static final EDenyReason SteamConnectionLost
public static final EDenyReason SteamConnectionError
public static final EDenyReason SteamResponseTimedOut
public static final EDenyReason SteamValidationStalled
public static final EDenyReason SteamOwnerLeftGuestUser
public static EDenyReason[] values()
for (EDenyReason c : EDenyReason.values()) System.out.println(c);
public static EDenyReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic int v()
Copyright © 2012. All Rights Reserved.