Difference between revisions of "Additem (call target)"

From Final Fantasy XII Wiki
Jump to navigation Jump to search
(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.")
 
(No difference)

Latest revision as of 07:09, 24 July 2019

Signature:

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

Adds given amount of item to inventory.

Displays "item received" notification in battle log.