public enum EOS_EAntiCheatCommonPlayerTakeDamageType extends java.lang.Enum<EOS_EAntiCheatCommonPlayerTakeDamageType> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_ACCPTDT_DamageOverTime
Damage over time such as bleeding, poison, etc
|
EOS_ACCPTDT_None
No particular type relevant
|
EOS_ACCPTDT_PointDamage
Damage caused by a point source such as a bullet or melee attack
|
EOS_ACCPTDT_RadialDamage
Damage caused by a radial source such as an explosion
|
| 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_EAntiCheatCommonPlayerTakeDamageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EAntiCheatCommonPlayerTakeDamageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EAntiCheatCommonPlayerTakeDamageType EOS_ACCPTDT_None
public static final EOS_EAntiCheatCommonPlayerTakeDamageType EOS_ACCPTDT_PointDamage
public static final EOS_EAntiCheatCommonPlayerTakeDamageType EOS_ACCPTDT_RadialDamage
public static final EOS_EAntiCheatCommonPlayerTakeDamageType EOS_ACCPTDT_DamageOverTime
public static EOS_EAntiCheatCommonPlayerTakeDamageType[] values()
for (EOS_EAntiCheatCommonPlayerTakeDamageType c : EOS_EAntiCheatCommonPlayerTakeDamageType.values()) System.out.println(c);
public static EOS_EAntiCheatCommonPlayerTakeDamageType 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