How to get list of agents from People and Places

Lavish4

Member
Hi,

Is there a way to get the list of agents in the People and Places windows ?

There is a GetBookmarks() call be I cannot find a way to get the Agents

Thank
 

Lavish4

Member
I should have mentioned that I work in C# and not in script.

As for the GetAgentMission, it is working as intented but give you only the list of agent that have offered/accepted mission status.

The GetAgents() call do not exist in C#(dont know if it exist in script). It's not in the 'eve' data type. Is this a bug?

I have attached the assembly fil from the .NET dll.

Thank you for your time

Look in the ISXEVEChanges.txt and ISXEVEChanges(Archives).txt for the 'eve' datatype Methods "GetAgentMissions" and "GetAgents".
I did found it in the Changes(Archives).txt
2. GetAgents[<index:being>] (int type) [the agents in your *addressbook*]
 

Attachments

Amadeus

The Maestro
Staff member
It looks like EVE:GetAgents() was missing from the C# wrapper. I will update the wrapper with the next build of ISXEVE which should be later tonight.
 
Top Bottom