This is called under the hood when an $eve->character object is requested.
It returns an array of character objects for each characters available via your API key. You probably won't need to call this directly.
Returns a character hashref on a character object containing the following keys:
character_id character_name character_race character_gender character_bloodline corporation_name corporation_id
Placeholder
Placeholder
Placeholder
Returns the name of the current character based on the character object.
Returns a character object based on the character id you provide, assuming your API key allows it.
The race of the selected character.
The bloodline of the selected character.
The gender of the selected character.
Sets the base attributes held by the selected character.
Returns the base memory attribute of the current character
Returns the base intelligence attribute of the current character
Returns the base charisma attribute of the current character
Returns the base perception attribute of the current character
Returns the base willpower attribute of the current character
Returns a hashref containing the base attributes of the current character with the following keys:
memory
intelligence
charisma
perception
willpower
Returns a hash of hashes of the attribute enhancers held by the selected character. The interface to this is highly likely to change to be more consistent with the rest of the interface, so use with caution.