Project

General

Profile

Refining (Data Type)

Description

This DataType includes all of the data available to ISXVG that is related to the refining process

Members

0-250    D
251-500  C
501-750  B
751-1000 A

  • int ComplicationsCount
    • Number of complications at THIS TIME in the refining process
  • complication Complication[#]
    • Argument is 1 through ComplicationsCount
  • int CorrectionsCount
    • Number of corrections available at THIS TIME in the refining process
  • correction Correction[#]
    • Argument is 1 through CorrectionsCount
  • int UsableItemCount
    • Number of usable items available in your inventory that can be used in this recipe
  • item UsableItem[#]
    • Argument is 1 through number of usable items available in your inventory that can be used in this recipe
  • item UsableItem[<NAME>]
  • int Table
    • number of item stacks currently on the table
  • craftingtableitem Table[#]
      1. is 1 through ${Refining.Table}
  • craftingtableitem Table[STRING]
  • int TotalTableSpace
  • bool IsSetupComplete
  • int State
  • bool InRecovery
    • Active cooldown timer initiated after using an action
  • float Recovery
    • The time remaining on the cooldown timer initiated after using an action

Methods

  • Begin
  • DoSetup
  • Start
  • Cancel
  • End