User Tools

Site Tools


eliteapi:functions:inventory:getcontaineritem

GetContainerItem

Obtains an item from within the given container.

ELITEAPI_API bool __stdcall GetContainerItem(void* apiObject, int containerId, int itemIndex, LPVOID lpBuffer);

Parameters

  • apiObject [in]
    • A handle to an EliteAPI object.
  • containerId [in]
    • The container to obtain the count of.
  • itemIndex [in]
    • The index of the item to obtain.
  • lpBuffer [in]
    • The buffer to obtain the inventory item.

Return Value

eliteapi/functions/inventory/getcontaineritem.txt · Last modified: 2014/12/08 02:28 (external edit)