Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Objects.Aura Class Reference

The values within this class are only good for one frame, discard object after that. More...

Public Member Functions

override string ToString ()

Properties

string Name [get]
 Returns the english name of the aura.
string LocalizedName [get]
 Returns the name of the aura in the games current locale.
int Index [get]
 Get the auras index on the unit.
uint Id [get]
 Get the buffs id.
uint Value [get]
 Gets the buffs value, usually the number of stacks or other class related information.
float TimeLeft [get]
 Gets the time left on the aura in seconds TimespanLeft
TimeSpan TimespanLeft [get]
 Gets the time left on the aura.
uint CasterId [get]
 Gets the object id of the caster.
GameObject Caster [get]
 Attempts to get the object who cast this aura.
uint UnknownField [get]
 This was added in 7.2, currently unknown.
bool IsDebuff [get]
 Is this a debuff.
bool IsDispellable [get]
 Can this aura be dispelled?

Detailed Description

The values within this class are only good for one frame, discard object after that.

Member Function Documentation

◆ ToString()

override string ff14bot.Objects.Aura.ToString ( )

Property Documentation

◆ Caster

GameObject ff14bot.Objects.Aura.Caster
get

Attempts to get the object who cast this aura.

◆ CasterId

uint ff14bot.Objects.Aura.CasterId
get

Gets the object id of the caster.

◆ Id

uint ff14bot.Objects.Aura.Id
get

Get the buffs id.

◆ Index

int ff14bot.Objects.Aura.Index
get

Get the auras index on the unit.

◆ IsDebuff

bool ff14bot.Objects.Aura.IsDebuff
get

Is this a debuff.

◆ IsDispellable

bool ff14bot.Objects.Aura.IsDispellable
get

Can this aura be dispelled?

inheritdoc/>

◆ LocalizedName

string ff14bot.Objects.Aura.LocalizedName
get

Returns the name of the aura in the games current locale.

◆ Name

string ff14bot.Objects.Aura.Name
get

Returns the english name of the aura.

◆ TimeLeft

float ff14bot.Objects.Aura.TimeLeft
get

Gets the time left on the aura in seconds TimespanLeft

◆ TimespanLeft

TimeSpan ff14bot.Objects.Aura.TimespanLeft
get

Gets the time left on the aura.

◆ UnknownField

uint ff14bot.Objects.Aura.UnknownField
get

This was added in 7.2, currently unknown.

◆ Value

uint ff14bot.Objects.Aura.Value
get

Gets the buffs value, usually the number of stacks or other class related information.