vendingcontainer (Data Type)¶
- Table of contents
- vendingcontainer (Data Type)
- Description
- Members
- Methods
Description¶
This DataType includes data available to ISXEQ2 related to containers/vending machines/actors that are used with the consignment system.
Members¶
- string Name
- int64 SerialNumber
- string Description
- int UsedCapacity
- int TotalCapacity
-
float CurrentCoin
- Value in silver pieces
-
float TotalCoin
- Value in silver pieces
- string Market
- int NumItems
- Consignment Consignment[#]
- Consignment Consignment["name"]
Methods¶
-
TakeCoin[#]
- Retrieves the amount of coin specified (in silver pieces) from the vending container.
- If no argument is given, then it retrieves all of the money currently housed in that vendor.
- Note: To retrieve all of your money from all vendors at once, see the 'TakeAllVendingCoin' method in the character datatype.
-
Remove
- Removes this vending container from the consignment system.
-
ChangeTo
- Make this vendingcontainer your 'active' vendor.