Difference between revisions of "Haveitem (call target)"

From Final Fantasy XII Wiki
Jump to navigation Jump to search
(Created page with "{{Call|id=0x02e4|return=int|name=haveitem|args=u_short itemId|act=}}Returns number of given items in inventory.")
 
 
Line 1: Line 1:
{{Call|id=0x02e4|return=int|name=haveitem|args=u_short itemId|act=}}Returns number of given items in inventory.
+
{{Call|id=0x02e4|return=int|name=haveitem|args=u_short itemId|act=}}Returns amount of given items in inventory.

Latest revision as of 07:06, 24 July 2019

Signature:

int haveitem(u_short itemId); // id: 0x02e4

Returns amount of given items in inventory.