Merchant (Data Type)¶
- Table of contents
- Merchant (Data Type)
- Description
- Members
- Methods
Description¶
This DataType includes all of the data available to ISXVG that is related to a merchant transaction. All 'merchant' datatype members will return NULL if you're currently not in a merchant transaction.
Members¶
-
int
NumItemsForSale
- item
ForSaleItem[#]
- is from 1 to
${Merchant.NumItemsForSale}
- is from 1 to
- item
ForSaleItem[<NAME>]
-
int
NumItemsForRepair
- repairitem
RepairItem[#]
- is from 1 to
${Merchant.NumItemsForRepair}
- is from 1 to
- repairitem
RepairItem[<NAME>]
Methods¶
-
Begin[BuySell]
- begins a buy/sell transaction with a merchant
-
Begin[Repair]
- begins a repair transaction with a merchant
-
End
- end merchant transaction [any]