Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.RemoteWindows.TwoInt Struct Reference

Wrapper around now what is known as the AtkValue. More...

Public Member Functions

override string ToString ()
 Returns some data about the atkvalue.

Public Attributes

int Type
 Get the type of the AtkValue.
AtkValueType AtkValueType
 Get the type of the AtkValue.
bool Bool
byte Byte
int Int
long Int64
uint UInt
ulong UInt64
float Float
IntPtr Ptr
long Data
 Get the data as an 8 byte field.

Properties

int TrimmedData [get]
 Get the data as an 4 byte field.

Detailed Description

Wrapper around now what is known as the AtkValue.

Member Function Documentation

◆ ToString()

override string ff14bot.RemoteWindows.TwoInt.ToString ( )

Returns some data about the atkvalue.

Returns

Member Data Documentation

◆ AtkValueType

AtkValueType ff14bot.RemoteWindows.TwoInt.AtkValueType

Get the type of the AtkValue.

◆ Bool

bool ff14bot.RemoteWindows.TwoInt.Bool

◆ Byte

byte ff14bot.RemoteWindows.TwoInt.Byte

◆ Data

long ff14bot.RemoteWindows.TwoInt.Data

Get the data as an 8 byte field.

◆ Float

float ff14bot.RemoteWindows.TwoInt.Float

◆ Int

int ff14bot.RemoteWindows.TwoInt.Int

◆ Int64

long ff14bot.RemoteWindows.TwoInt.Int64

◆ Ptr

IntPtr ff14bot.RemoteWindows.TwoInt.Ptr

◆ Type

int ff14bot.RemoteWindows.TwoInt.Type

Get the type of the AtkValue.

◆ UInt

uint ff14bot.RemoteWindows.TwoInt.UInt

◆ UInt64

ulong ff14bot.RemoteWindows.TwoInt.UInt64

Property Documentation

◆ TrimmedData

int ff14bot.RemoteWindows.TwoInt.TrimmedData
get

Get the data as an 4 byte field.