public enum EOS_EAntiCheatCommonPlayerTakeDamageResult extends java.lang.Enum<EOS_EAntiCheatCommonPlayerTakeDamageResult> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_ACCPTDR_Downed_DEPRECATED
Deprecated - use more specific values below instead
|
EOS_ACCPTDR_DownedToEliminated
Player character transitioned from a temporarily incapacitated state to permanently incapacitated and cannot recover (e.g. dead).
|
EOS_ACCPTDR_Eliminated_DEPRECATED
Deprecated - use more specific values below instead
|
EOS_ACCPTDR_None
No direct state change consequence for the victim
|
EOS_ACCPTDR_NormalToDowned
Player character transitioned from a normal state to temporarily incapacitated and requires assistance to recover.
|
EOS_ACCPTDR_NormalToEliminated
Player character transitioned from a normal state to permanently incapacitated and cannot recover (e.g. dead).
|
| 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_EAntiCheatCommonPlayerTakeDamageResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EAntiCheatCommonPlayerTakeDamageResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EAntiCheatCommonPlayerTakeDamageResult EOS_ACCPTDR_None
public static final EOS_EAntiCheatCommonPlayerTakeDamageResult EOS_ACCPTDR_Downed_DEPRECATED
public static final EOS_EAntiCheatCommonPlayerTakeDamageResult EOS_ACCPTDR_Eliminated_DEPRECATED
public static final EOS_EAntiCheatCommonPlayerTakeDamageResult EOS_ACCPTDR_NormalToDowned
public static final EOS_EAntiCheatCommonPlayerTakeDamageResult EOS_ACCPTDR_NormalToEliminated
public static final EOS_EAntiCheatCommonPlayerTakeDamageResult EOS_ACCPTDR_DownedToEliminated
public static EOS_EAntiCheatCommonPlayerTakeDamageResult[] values()
for (EOS_EAntiCheatCommonPlayerTakeDamageResult c : EOS_EAntiCheatCommonPlayerTakeDamageResult.values()) System.out.println(c);
public static EOS_EAntiCheatCommonPlayerTakeDamageResult 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