public enum EOS_EAntiCheatCommonClientActionReason extends java.lang.Enum<EOS_EAntiCheatCommonClientActionReason> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_ACCCAR_AuthenticationFailed
The client/peer's anti-cheat authentication failed
|
EOS_ACCCAR_BackendViolation
The client/peer failed an anti-cheat backend runtime check
|
EOS_ACCCAR_ClientViolation
The client/peer failed an anti-cheat client runtime check
|
EOS_ACCCAR_HeartbeatTimeout
The client/peer's anti-cheat heartbeat was not received
|
EOS_ACCCAR_InternalError
An internal error occurred
|
EOS_ACCCAR_Invalid
Not used
|
EOS_ACCCAR_InvalidMessage
An anti-cheat message received from the client/peer was corrupt or invalid
|
EOS_ACCCAR_NullClient
The client/peer failed to load the anti-cheat module at startup
|
EOS_ACCCAR_PermanentBanned
The client/peer is permanently banned
|
EOS_ACCCAR_TemporaryBanned
The client/peer is temporarily banned
|
EOS_ACCCAR_TemporaryCooldown
The client/peer is temporarily blocked from playing on this game server
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context) |
java.lang.Class<?> |
nativeType() |
java.lang.Object |
toNative() |
static EOS_EAntiCheatCommonClientActionReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EAntiCheatCommonClientActionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_Invalid
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_InternalError
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_InvalidMessage
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_AuthenticationFailed
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_NullClient
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_HeartbeatTimeout
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_ClientViolation
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_BackendViolation
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_TemporaryCooldown
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_TemporaryBanned
public static final EOS_EAntiCheatCommonClientActionReason EOS_ACCCAR_PermanentBanned
public static EOS_EAntiCheatCommonClientActionReason[] values()
for (EOS_EAntiCheatCommonClientActionReason c : EOS_EAntiCheatCommonClientActionReason.values()) System.out.println(c);
public static EOS_EAntiCheatCommonClientActionReason valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Object fromNative(java.lang.Object nativeValue,
com.sun.jna.FromNativeContext context)
fromNative in interface com.sun.jna.NativeMappedpublic java.lang.Object toNative()
toNative in interface com.sun.jna.NativeMappedpublic java.lang.Class<?> nativeType()
nativeType in interface com.sun.jna.NativeMapped