Skip to main content

Enum AtkValueType

Assembly: Dalamud.dll
Declaration
public enum AtkValueType

Fields

Undefined

Declaration
Undefined = 0

Null

Declaration
Null = 1

Bool

Declaration
Bool = 2

Int

Declaration
Int = 3

Int64

Declaration
Int64 = 4

UInt

Declaration
UInt = 5

UInt64

Declaration
UInt64 = 6

Float

Declaration
Float = 7

String

Declaration
String = 8

WideString

Declaration
WideString = 9

String8

Declaration
String8 = 10

Vector

Declaration
Vector = 11

Pointer

Declaration
Pointer = 12

AtkValues

Declaration
AtkValues = 13

TypeMask

Declaration
TypeMask = 15

Managed

Declaration
Managed = 32

ManagedString

Declaration
ManagedString = 40

ManagedVector

Declaration
ManagedVector = 43

Extension Methods