Enum Class EOS_EAntiCheatCommonEventParamType
java.lang.Object
java.lang.Enum<EOS_EAntiCheatCommonEventParamType>
host.anzo.eossdk.eos.sdk.anticheat.common.enums.EOS_EAntiCheatCommonEventParamType
- All Implemented Interfaces:
com.sun.jna.NativeMapped,Serializable,Comparable<EOS_EAntiCheatCommonEventParamType>,Constable
public enum EOS_EAntiCheatCommonEventParamType
extends Enum<EOS_EAntiCheatCommonEventParamType>
implements com.sun.jna.NativeMapped
Types supported for custom gameplay behavior event parameters
- Since:
- 8/5/2023
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEOS_AntiCheatCommon_ClientHandlefloatint32_tint64_tNot usedEOS_AntiCheatCommon_Quatconst char*uint32_tuint64_tEOS_AntiCheatCommon_Vec3f -
Method Summary
Modifier and TypeMethodDescriptionfromNative(Object nativeValue, com.sun.jna.FromNativeContext context) Class<?>toNative()Returns the enum constant of this class with the specified name.static EOS_EAntiCheatCommonEventParamType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EOS_ACCEPT_Invalid
Not used -
EOS_ACCEPT_ClientHandle
EOS_AntiCheatCommon_ClientHandle -
EOS_ACCEPT_String
const char* -
EOS_ACCEPT_UInt32
uint32_t -
EOS_ACCEPT_Int32
int32_t -
EOS_ACCEPT_UInt64
uint64_t -
EOS_ACCEPT_Int64
int64_t -
EOS_ACCEPT_Vector3f
EOS_AntiCheatCommon_Vec3f -
EOS_ACCEPT_Quat
EOS_AntiCheatCommon_Quat -
EOS_ACCEPT_Float
float
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromNative
- Specified by:
fromNativein interfacecom.sun.jna.NativeMapped
-
toNative
- Specified by:
toNativein interfacecom.sun.jna.NativeMapped
-
nativeType
- Specified by:
nativeTypein interfacecom.sun.jna.NativeMapped
-