public enum EOS_EAntiCheatCommonEventParamType extends java.lang.Enum<EOS_EAntiCheatCommonEventParamType> implements com.sun.jna.NativeMapped
| Enum Constant and Description |
|---|
EOS_ACCEPT_ClientHandle
EOS_AntiCheatCommon_ClientHandle
|
EOS_ACCEPT_Float
float
|
EOS_ACCEPT_Int32
int32_t
|
EOS_ACCEPT_Int64
int64_t
|
EOS_ACCEPT_Invalid
Not used
|
EOS_ACCEPT_Quat
EOS_AntiCheatCommon_Quat
|
EOS_ACCEPT_String
const char*
|
EOS_ACCEPT_UInt32
uint32_t
|
EOS_ACCEPT_UInt64
uint64_t
|
EOS_ACCEPT_Vector3f
EOS_AntiCheatCommon_Vec3f
|
| 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_EAntiCheatCommonEventParamType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOS_EAntiCheatCommonEventParamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOS_EAntiCheatCommonEventParamType EOS_ACCEPT_Invalid
public static final EOS_EAntiCheatCommonEventParamType EOS_ACCEPT_ClientHandle
public static final EOS_EAntiCheatCommonEventParamType EOS_ACCEPT_String
public static final EOS_EAntiCheatCommonEventParamType EOS_ACCEPT_UInt32
public static final EOS_EAntiCheatCommonEventParamType EOS_ACCEPT_Int32
public static final EOS_EAntiCheatCommonEventParamType EOS_ACCEPT_UInt64
public static final EOS_EAntiCheatCommonEventParamType EOS_ACCEPT_Int64
public static final EOS_EAntiCheatCommonEventParamType EOS_ACCEPT_Vector3f
public static final EOS_EAntiCheatCommonEventParamType EOS_ACCEPT_Quat
public static final EOS_EAntiCheatCommonEventParamType EOS_ACCEPT_Float
public static EOS_EAntiCheatCommonEventParamType[] values()
for (EOS_EAntiCheatCommonEventParamType c : EOS_EAntiCheatCommonEventParamType.values()) System.out.println(c);
public static EOS_EAntiCheatCommonEventParamType 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