Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.CharacterManagement.AutoEquipper Class Reference

Represents a class that implements operations to auto equip items for the current character. More...

Classes

class  possibleupgrade
class  upgradeoutcome

Public Member Functions

void PulseAutoEquip ()
 Pulses the AutoEquip coroutine to check for better gear.

Properties

static AutoEquipper Instance [get]
 Gets the singleton instance of the AutoEquipper class.
int TargetCheckTime [get, set]
 Gets or sets the target time, in milliseconds, of the AutoEquip item check. AutoEquip will run through all bag items over a period of this time.
int DisregardTime [get, set]
 Gets or sets the "disregard" time, in milliseconds, of the AutoEquip item check. AutoEquip will automatically recheck an item after it has not been checked for this period of time.

Detailed Description

Represents a class that implements operations to auto equip items for the current character.

Member Function Documentation

◆ PulseAutoEquip()

void ff14bot.CharacterManagement.AutoEquipper.PulseAutoEquip ( )

Pulses the AutoEquip coroutine to check for better gear.

Property Documentation

◆ DisregardTime

int ff14bot.CharacterManagement.AutoEquipper.DisregardTime
getset

Gets or sets the "disregard" time, in milliseconds, of the AutoEquip item check. AutoEquip will automatically recheck an item after it has not been checked for this period of time.

◆ Instance

AutoEquipper ff14bot.CharacterManagement.AutoEquipper.Instance
staticget

Gets the singleton instance of the AutoEquipper class.

◆ TargetCheckTime

int ff14bot.CharacterManagement.AutoEquipper.TargetCheckTime
getset

Gets or sets the target time, in milliseconds, of the AutoEquip item check. AutoEquip will run through all bag items over a period of this time.

This is also, in most cases, the maximum time it will take for a new item to be considered for equipping.