===== Structures ===== Various functions that are called from within EliteAPI.dll expose structured return values into buffers. These are exposed from the header file that comes with EliteAPI.dll. These structures are important and must be followed as-is in order for you to obtain the proper information from the library when making any calls that expect the structure as a return value. Here is a list of structures that are exposed and used by EliteAPI.dll. ^ Structure Name ^ Description ^ | ''[[eliteapi:structures:EntityEntry]]'' | Contains information about an entity that is looked up. | | ''[[eliteapi:structures:InventoryItem]]'' | Contains item information about an item that is looked up. | | ''[[eliteapi:structures:PlayerStats]]'' | Contains player stat information, used within the PlayerInfo structure. | | ''[[eliteapi:structures:PlayerElements]]'' | Contains player elements information, used within the PlayerInfo structure. | | ''[[eliteapi:structures:CombatSkill]]'' | Contains a player combat skill entry, used within the PlayerInfo structure. | | ''[[eliteapi:structures:PlayerCombatSkills]]'' | Contains a player combat skills array, used within the PlayerInfo structure. | | ''[[eliteapi:structures:CraftSkill]]'' | Contains a player craft skill entry, used within the PlayerInfo structure. | | ''[[eliteapi:structures:PlayerCraftSkills]]'' | Contains a player crafts array, used within the PlayerInfo structure. | | ''[[eliteapi:structures:PlayerInfo]]'' | Player information structure that is obtained from querying the local player. | | ''[[eliteapi:structures:AllianceInfo]]'' | Alliance information obtained from the current party. | | ''[[eliteapi:structures:PartyMember]]'' | Party member information entry, used with party member functions. | | ''[[eliteapi:structures:TargetInfo]]'' | Current target information structure that contains info about the target and sub-target. | **Resource Structures** Here is a list of structures used by the Resources namespace. ^ Structure Name ^ Description ^ | ''[[eliteapi:structures:IAbility]]'' | An ability entry containing info about an ability. | | ''[[eliteapi:structures:IItem]]'' | An item entry containing info about an item. | | ''[[eliteapi:structures:ISpell]]'' | A spell entry containing info about a spell. |