Advertisement
JademusSreg

Inventory natives

Jan 7th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.63 KB | None | 0 0
  1. native int       UnitInventoryContainer (unit inUnit);
  2. native int       UnitInventoryCount (unit inUnit, int inCountType);
  3. native unit      UnitInventoryCreate (unit inUnit, string itemType);
  4. native unitgroup UnitInventoryGroup (unit inUnit);
  5. native int       UnitInventoryIndex (unit inItem);
  6. native unit      UnitInventoryItem (unit inUnit, int inIndex);
  7. native unit      UnitInventoryLastCreated ();
  8. native void      UnitInventoryMove (unit inItem, int inContainer, int inSlot);
  9. native void      UnitInventoryRemove (unit inItem);
  10. native int       UnitInventorySlot (unit inItem);
  11. native unit      UnitInventoryUnit (unit inItem);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement