Additem (call target)

From Final Fantasy XII Wiki
Revision as of 07:09, 24 July 2019 by Admin (talk | contribs) (Created page with "{{Call|id=0x02e5|return=|name=additem|args=u_short itemId, int amount|act=}}Adds given amount of item to inventory. Displays "item received" notification in battle log.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Signature:

void additem(u_short itemId, int amount); // id: 0x02e5

Adds given amount of item to inventory.

Displays "item received" notification in battle log.