Rebornbuddy
|
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. |
Wrapper around now what is known as the AtkValue.
override string ff14bot.RemoteWindows.TwoInt.ToString | ( | ) |
Returns some data about the atkvalue.
AtkValueType ff14bot.RemoteWindows.TwoInt.AtkValueType |
Get the type of the AtkValue.
bool ff14bot.RemoteWindows.TwoInt.Bool |
byte ff14bot.RemoteWindows.TwoInt.Byte |
long ff14bot.RemoteWindows.TwoInt.Data |
Get the data as an 8 byte field.
float ff14bot.RemoteWindows.TwoInt.Float |
int ff14bot.RemoteWindows.TwoInt.Int |
long ff14bot.RemoteWindows.TwoInt.Int64 |
IntPtr ff14bot.RemoteWindows.TwoInt.Ptr |
int ff14bot.RemoteWindows.TwoInt.Type |
Get the type of the AtkValue.
uint ff14bot.RemoteWindows.TwoInt.UInt |
ulong ff14bot.RemoteWindows.TwoInt.UInt64 |
|
get |
Get the data as an 4 byte field.