native
zp_items_get_real_name
Syntax
native zp_items_get_real_name(itemid, real_name[], len)
Description
Returns an item's real name (used when registering the item).
Parameters
| classid | 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.