Items/item_name_buffer [ Variables ]

FUNCTION

Stores the name of the last item that was found.

SOURCE

#define MAX_ITEM_NAME_LENGTH 1024
char                item_name_buffer[MAX_ITEM_NAME_LENGTH];