|
Rebornbuddy
|
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. | |
Represents a class that implements operations to auto equip items for the current character.
| void ff14bot.CharacterManagement.AutoEquipper.PulseAutoEquip | ( | ) |
Pulses the AutoEquip coroutine to check for better gear.
|
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.
|
staticget |
Gets the singleton instance of the AutoEquipper class.
|
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.