native
zp_items_get_name
Syntax
native zp_items_get_name(itemid, name[], len)
Description
Returns an item's name.
Parameters
| itemid | A valid item ID. |
|---|---|
| name | The buffer to store the string in. |
| len | Character size of the output buffer. |
Return
True on success, false otherwise.