- Joined
- Aug 7, 2013
- Messages
- 1,338
Hi,
What is the native that returns the string which is a given item's (or unit's) description (the text that is produced when the cursor is above an item, e.g. "Restores 500 hit points")?
What is the native that returns the string which is a given item's (or unit's) description (the text that is produced when the cursor is above an item, e.g. "Restores 500 hit points")?
JASS:
native function GetItemDescription takes item whichItem returns string
//returns a string that is the item's text description
endfunction