Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Helpers.AtkValue Class Reference

AtkValue wrapper class. More...

Inheritance diagram for ff14bot.Helpers.AtkValue:

Public Member Functions

 AtkValue (int value)
 Creates a AtkValue from the provided parameter.
 AtkValue (uint value)
 Creates a AtkValue from the provided parameter.
 AtkValue (string value)
 Creates a AtkValue from the provided parameter.
 AtkValue (float value)
 Creates a AtkValue from the provided parameter.
 AtkValue (IntPtr value)
 Creates a AtkValue from the provided parameter.
 AtkValue (bool value)
 Creates a AtkValue from the provided parameter.
void Dispose ()

Static Public Member Functions

static implicit operator AtkValue (int value)
 Creates a AtkValue from the provided parameter.
static implicit operator AtkValue (uint value)
 Creates a AtkValue from the provided parameter.
static implicit operator AtkValue (string value)
 Creates a AtkValue from the provided parameter.
static implicit operator AtkValue (float value)
 Creates a AtkValue from the provided parameter.
static implicit operator AtkValue (IntPtr value)
 Creates a AtkValue from the provided parameter.
static implicit operator AtkValue (bool value)
 Creates a AtkValue from the provided parameter.
static implicit operator int (AtkValue value)
 Creates a AtkValue from the provided parameter.
static implicit operator uint (AtkValue value)
 Creates a AtkValue from the provided parameter.
static implicit operator float (AtkValue value)
 Creates a AtkValue from the provided parameter.
static implicit operator IntPtr (AtkValue value)
 Creates a AtkValue from the provided parameter.
static implicit operator bool (AtkValue value)
 Creates a AtkValue from the provided parameter.
static implicit operator ulong[] (AtkValue value)
 function to convert AtkValue to pair of ulongs

Protected Member Functions

virtual void Dispose (bool disposing)

Properties

AtkValueType Type [get]
 Type of AtkValue.

Detailed Description

AtkValue wrapper class.

Constructor & Destructor Documentation

◆ AtkValue() [1/6]

ff14bot.Helpers.AtkValue.AtkValue ( int value)

Creates a AtkValue from the provided parameter.

Parameters
value

◆ AtkValue() [2/6]

ff14bot.Helpers.AtkValue.AtkValue ( uint value)

Creates a AtkValue from the provided parameter.

Parameters
value

◆ AtkValue() [3/6]

ff14bot.Helpers.AtkValue.AtkValue ( string value)

Creates a AtkValue from the provided parameter.

Parameters
value

◆ AtkValue() [4/6]

ff14bot.Helpers.AtkValue.AtkValue ( float value)

Creates a AtkValue from the provided parameter.

Parameters
value

◆ AtkValue() [5/6]

ff14bot.Helpers.AtkValue.AtkValue ( IntPtr value)

Creates a AtkValue from the provided parameter.

Parameters
value

◆ AtkValue() [6/6]

ff14bot.Helpers.AtkValue.AtkValue ( bool value)

Creates a AtkValue from the provided parameter.

Parameters
value

Member Function Documentation

◆ Dispose() [1/2]

void ff14bot.Helpers.AtkValue.Dispose ( )

◆ Dispose() [2/2]

virtual void ff14bot.Helpers.AtkValue.Dispose ( bool disposing)
protectedvirtual

◆ operator AtkValue() [1/6]

implicit ff14bot.Helpers.AtkValue.operator AtkValue ( bool value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator AtkValue() [2/6]

implicit ff14bot.Helpers.AtkValue.operator AtkValue ( float value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator AtkValue() [3/6]

implicit ff14bot.Helpers.AtkValue.operator AtkValue ( int value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator AtkValue() [4/6]

implicit ff14bot.Helpers.AtkValue.operator AtkValue ( IntPtr value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator AtkValue() [5/6]

implicit ff14bot.Helpers.AtkValue.operator AtkValue ( string value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator AtkValue() [6/6]

implicit ff14bot.Helpers.AtkValue.operator AtkValue ( uint value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator bool()

implicit ff14bot.Helpers.AtkValue.operator bool ( AtkValue value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator float()

implicit ff14bot.Helpers.AtkValue.operator float ( AtkValue value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator int()

implicit ff14bot.Helpers.AtkValue.operator int ( AtkValue value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator IntPtr()

implicit ff14bot.Helpers.AtkValue.operator IntPtr ( AtkValue value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator uint()

implicit ff14bot.Helpers.AtkValue.operator uint ( AtkValue value)
static

Creates a AtkValue from the provided parameter.

Parameters
value

◆ operator ulong[]()

implicit ff14bot.Helpers.AtkValue.operator ulong[] ( AtkValue value)
static

function to convert AtkValue to pair of ulongs

Parameters
value

Property Documentation

◆ Type

AtkValueType ff14bot.Helpers.AtkValue.Type
get

Type of AtkValue.