no edit summary
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | ||
PickupContainerItem( | PickupContainerItem(bagID, slot); | ||
<!-- Describe the purpose of the function, though exhausting detail can be saved for a later section --> | <!-- Describe the purpose of the function, though exhausting detail can be saved for a later section --> | ||
| Line 13: | Line 13: | ||
<!-- List each argument, together with its type --> | <!-- List each argument, together with its type --> | ||
:( | :(bagID, slot) | ||
:; | :;[[API TYPE bagID|bagID]]: Integer - the integer ID bag the item is being taken from | ||
:;slot : Integer - the slot number (1-based) of the item | :;slot : Integer - the slot number (1-based) of the item | ||