public enum EOS_EAntiCheatClientViolationType extends java.lang.Enum<EOS_EAntiCheatClientViolationType> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_ACCVT_CorruptedMemory
A disallowed game process memory modification was detected
|
EOS_ACCVT_CorruptedNetworkMessageFlow
Integrity checks on messages between the game client and game server failed
|
EOS_ACCVT_ForbiddenModuleLoaded
A disallowed code module was loaded into the game process
|
EOS_ACCVT_ForbiddenSystemConfiguration
A forbidden operating system configuration was detected
|
EOS_ACCVT_ForbiddenToolDetected
A disallowed tool was detected running in the system
|
EOS_ACCVT_GameFileMismatch
A disallowed game file modification was detected
|
EOS_ACCVT_IntegrityCatalogCertificateRevoked
An anti-cheat asset integrity catalog file's certificate has been revoked.
|
EOS_ACCVT_IntegrityCatalogError
An anti-cheat asset integrity catalog file is corrupt or invalid
|
EOS_ACCVT_IntegrityCatalogMissingMainExecutable
The primary anti-cheat asset integrity catalog does not include an entry for the game's
main executable, which is required.
|
EOS_ACCVT_IntegrityCatalogNotFound
An anti-cheat asset integrity catalog file could not be found
|
EOS_ACCVT_InternalAntiCheatViolation
An internal anti-cheat integrity check failed
|
EOS_ACCVT_Invalid
Not used
|
EOS_ACCVT_RequiredGameFileNotFound
A disallowed game file removal was detected
|
EOS_ACCVT_SystemFileUntrusted
A system file failed an integrity check
|
EOS_ACCVT_UnknownGameFileForbidden
A disallowed game file addition was detected
|
EOS_ACCVT_VirtualMachineNotAllowed
The game is running inside a disallowed virtual machine
|
| 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_EAntiCheatClientViolationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EAntiCheatClientViolationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_Invalid
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_IntegrityCatalogNotFound
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_IntegrityCatalogError
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_IntegrityCatalogCertificateRevoked
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_IntegrityCatalogMissingMainExecutable
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_GameFileMismatch
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_RequiredGameFileNotFound
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_UnknownGameFileForbidden
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_SystemFileUntrusted
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_ForbiddenModuleLoaded
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_CorruptedMemory
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_ForbiddenToolDetected
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_InternalAntiCheatViolation
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_CorruptedNetworkMessageFlow
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_VirtualMachineNotAllowed
public static final EOS_EAntiCheatClientViolationType EOS_ACCVT_ForbiddenSystemConfiguration
public static EOS_EAntiCheatClientViolationType[] values()
for (EOS_EAntiCheatClientViolationType c : EOS_EAntiCheatClientViolationType.values()) System.out.println(c);
public static EOS_EAntiCheatClientViolationType 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