Eq2containerwindow (Data Type)¶
- Table of contents
- Eq2containerwindow (Data Type)
Description¶
This DataType includes data available to ISXEQ2 related to container windows (i.e., any window that says 'Container' on it's name tab.)
Members¶
- int NumItems
- eq2containerwindowitem Item[#]
- # is the index of the item within the stored array (between 1 and NumItems.)
- eq2containerwindowitem Item["name"]
Methods¶
-
RemoveItem[containeritemID#, Quantity#]
- Example:
ContainerWindow:RemoveItem[${ContainerWindow.Item[artichoke].ID},5]
- Example: