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

Aura-holding class. More...

Inheritance diagram for ff14bot.Objects.Auras:
ff14bot.Objects.RemoteObject

Public Member Functions

int GetAuraStacksById (uint id)
 Returns the amount of stacks for a given aura id.
IEnumerator< AuraGetEnumerator ()
 inheritdoc/>
Public Member Functions inherited from ff14bot.Objects.RemoteObject
void UpdatePointer (IntPtr newptr)
 Updates the pointer to a new value and triggers any necessary update mechanisms.

Properties

List< AuraAuraList [get]
 Get all the active auras on the unit.
Properties inherited from ff14bot.Objects.RemoteObject
virtual bool IsValid [get]
 Indicates whether the instance is valid and points to a valid reference or object.
IntPtr VTable [get]
 Gets the virtual function table (VTable) pointer for the remote object.
IntPtr Pointer [get, set]
 Gets or sets the memory pointer for the associated object or entity.

Additional Inherited Members

Protected Member Functions inherited from ff14bot.Objects.RemoteObject
 RemoteObject (IntPtr pointer)
 Represents the base class for objects that manage pointers to external memory in the game or application.
virtual void OnUpdatePointer (IntPtr ptr)
 Invoked when the pointer to external memory is updated.

Detailed Description

Aura-holding class.

Member Function Documentation

◆ GetAuraStacksById()

int ff14bot.Objects.Auras.GetAuraStacksById ( uint id)

Returns the amount of stacks for a given aura id.

Parameters
idaura id to lookup
Returns
-1 if aura is not present, #of stacks if aura is stackable, undefined otherwise

◆ GetEnumerator()

IEnumerator< Aura > ff14bot.Objects.Auras.GetEnumerator ( )

inheritdoc/>

Property Documentation

◆ AuraList

List<Aura> ff14bot.Objects.Auras.AuraList
get

Get all the active auras on the unit.