Market (Data Type)¶
- Table of contents
- Market (Data Type)
- Description
- Members
- Methods
- Example
Description¶
This DataType includes all of the data available to ISXVG that is related to browsing a given market (exchange broker).
Members¶
-
int
SearchItem- Number of search items listed
- marketitem
SearchItem[#] - is between 1 and number of search items listed
- marketitem
SearchItem[<STRING>] -
int
Consignment- Number of items you are selling
- marketitem
Consignment[#] - is between 1 and the number of items you are selling
- marketitem
Consignment[<STRING>] -
string
Name- Name of the market you're in
Methods¶
BeginEndBuy-
Search[<parameters>...]- See Market.Search Parameters for the list of possible parameters.
-
PlaceItem- place item up for sale [ie, add to consignment]
-
CancelItemSale- remove an item from consignment
Example¶
Market:Search[MinLevel,15,MaxLevel,30,Class,Warrior,EquipSlot,Head]