zp_items_get_name

Syntax

native zp_items_get_name(itemid, name[], len)

Usage

itemid
A valid item ID.
name
The buffer to store the string in.
len
Character size of the output buffer.

Description

Returns an item's name.

Return

True on success, false otherwise.