===== GetCraftItemCount ===== Returns the craft item count at the given index of the craft menu ELITEAPI_API unsigned char __stdcall GetCraftItemCount(void* apiObject, int index); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//index// [in] * The index of the craft item. **Return Value** Returns the given craft items item count. 0 otherwise.