public static class EOS_AntiCheatCommon_LogEventParamPair.ParamValue_union
extends com.sun.jna.Union
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_AntiCheatCommon_LogEventParamPair.ParamValue_union.ByReference |
static class |
EOS_AntiCheatCommon_LogEventParamPair.ParamValue_union.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EOS_AntiCheatCommon_ClientHandle |
ClientHandle
Client handle.
|
float |
Float_
The value as a float.
|
int |
Int32
The value as an int32_t.
|
long |
Int64
The value as an int64_t.
|
EOS_AntiCheatCommon_Quat |
Quat
The value as an EOS_AntiCheatCommon_Quat.
|
java.lang.String |
String
The value as a string.
|
int |
UInt32
The value as a uint32_t.
|
long |
UInt64
The value as a uint64_t.
|
EOS_AntiCheatCommon_Vec3f |
Vec3f
The value as an EOS_AntiCheatCommon_Vec3f.
|
| Constructor and Description |
|---|
ParamValue_union() |
ParamValue_union(EOS_AntiCheatCommon_ClientHandle clientHandle) |
ParamValue_union(EOS_AntiCheatCommon_Quat Quat) |
ParamValue_union(EOS_AntiCheatCommon_Vec3f Vec3f) |
ParamValue_union(float Float_) |
ParamValue_union(int UInt32_or_Int32) |
ParamValue_union(long UInt64_or_Int64) |
ParamValue_union(java.lang.String string) |
getFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeFieldallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, writepublic EOS_AntiCheatCommon_ClientHandle ClientHandle
public java.lang.String String
EOS_AntiCheatCommon_LogEventParamPair.EOS_ANTICHEATCOMMON_LOGEVENT_STRING_MAX_LENGTH bytes.public int UInt32
public int Int32
public long UInt64
public long Int64
public EOS_AntiCheatCommon_Vec3f Vec3f
public EOS_AntiCheatCommon_Quat Quat
public float Float_
public ParamValue_union()
public ParamValue_union(java.lang.String string)
public ParamValue_union(EOS_AntiCheatCommon_ClientHandle clientHandle)
public ParamValue_union(int UInt32_or_Int32)
public ParamValue_union(long UInt64_or_Int64)
public ParamValue_union(EOS_AntiCheatCommon_Vec3f Vec3f)
public ParamValue_union(EOS_AntiCheatCommon_Quat Quat)
public ParamValue_union(float Float_)