• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] Variable Item can get value what?

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
ItemId is the way to get the item or item-type integer value. I'm not sure if there's a WidgetId :p...

"Item" variable gets an item instance, like "Last Created item" or "Last Dropped Item".
"Item-Type" variable gets the Item-Type of any item you have in the object editor.

ItemId will work for the Id of "Last created item", or something. I'm not sure if there's an "ItemTypeId"

EDIT: Tested. GetHandleId will give you the integer value of the item, basically, the "item code" the "item reference" the "item codebar" the "item ADN". It's unique.

You also have native GetItemTypeId takes item i returns integer if you want the integer value of the item-type.
 
Status
Not open for further replies.
Top