zp_items_get_real_name

Syntax

native zp_items_get_real_name(itemid, real_name[], len)

Usage

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

Description

Returns an item's real name (used when registering the item).

Return

True on success, false otherwise.