Project

General

Profile

Craftingtaskmaster (Data Type)

Description

This DataType includes all of the data available to ISXVG that is related to a Crafting TaskMaster.

Members

  • int AvailWorkOrdersCount
  • craftingworkorder AvailWorkOrder[#]
  • craftingworkorder AvailWorkOrder[<NAME>]
    • NOTE: Available Work Orders are only accessable if ${TaskMaster[Crafting].InTransaction} is TRUE)
  • int CurrentWorkOrdersCount
  • craftingworkorder CurrentWorkOrder[#]
  • craftingworkorder CurrentWorkOrder[<NAME>]
  • bool InTransaction
    • TRUE if the "Available Work Orders" window is up and populated

Methods

  • Begin
  • End