ze_get_item_name

Syntax

native ze_get_item_name(iItemid, const szName[], iLen);

Usage

iItemid
Item id to check.
szName[]
String to copy the string name to.
iLen
The string szName[] max length.

Description

Description:     Return the item name by it's id.

Return

true          | If item name copied successfully to szName[] string.
ZE_WRONG_ITEM | If this itemid is invalid.