Property | Type | Description | |
---|---|---|---|
MissionUseDrones | bool? | ||
MissionWeaponGroupId | int | ||
missionAmmo | List |
Method | Description | |
---|---|---|
AddPriorityTargets ( IEnumerable |
Add priority targets
|
|
BookmarkById ( long bookmarkId ) : DirectEve.DirectBookmark |
Return a bookmark by id
|
|
BookmarksByLabel ( string label ) : List |
Returns bookmarks that start with the supplied label
|
|
Cache ( ) : System | ||
CreateBookmark ( string label ) : void |
Create a bookmark
|
|
DistanceFromMe ( double x, double y, double z ) : double |
Calculate distance from me
|
|
EntitiesByName ( string name ) : IEnumerable |
Return entities by name
|
|
EntityById ( long id ) : |
Return a cached entity by Id
|
|
FilterPath ( string path ) : string | ||
GetAgentMission ( long agentId ) : DirectEve.DirectAgentMission |
Returns the mission for a specific agent
|
|
GetBestTarget ( |
Return the best possible target (based on current target, distance and low value first)
|
|
GetMissionBookmark ( long agentId, string startsWith ) : DirectEve.DirectAgentMissionBookmark |
Returns the first mission bookmark that starts with a certain string
|
|
GetWindowByCaption ( string caption ) : DirectEve.DirectWindow | ||
GetWindowByName ( string name ) : DirectEve.DirectWindow | ||
InvalidateCache ( ) : void |
Invalidate the cached items
|
|
LoadMissionActions ( long agentId, int pocketId ) : IEnumerable |
Loads mission objectives from XML file
|
|
RefreshMissionItems ( long agentId ) : void |
Refresh the mission items
|
|
RemovePriorityTargets ( IEnumerable |
Remove targets from priority list
|
Method | Description | |
---|---|---|
OrderByLowestHealth ( ) : int>.Func |
public AddPriorityTargets ( IEnumerable |
||
targets | IEnumerable |
|
priority | Priority | |
return | void |
public BookmarkById ( long bookmarkId ) : DirectEve.DirectBookmark | ||
bookmarkId | long | |
return | DirectEve.DirectBookmark |
public BookmarksByLabel ( string label ) : List |
||
label | string | |
return | List |
public CreateBookmark ( string label ) : void | ||
label | string | |
return | void |
public DistanceFromMe ( double x, double y, double z ) : double | ||
x | double | |
y | double | |
z | double | |
return | double |
public EntitiesByName ( string name ) : IEnumerable |
||
name | string | |
return | IEnumerable |
public GetAgentMission ( long agentId ) : DirectEve.DirectAgentMission | ||
agentId | long | |
return | DirectEve.DirectAgentMission |
public GetBestTarget ( |
||
currentTarget | ||
distance | double | |
lowValueFirst | bool | |
return |
public GetMissionBookmark ( long agentId, string startsWith ) : DirectEve.DirectAgentMissionBookmark | ||
agentId | long | |
startsWith | string | |
return | DirectEve.DirectAgentMissionBookmark |
public GetWindowByCaption ( string caption ) : DirectEve.DirectWindow | ||
caption | string | |
return | DirectEve.DirectWindow |
public GetWindowByName ( string name ) : DirectEve.DirectWindow | ||
name | string | |
return | DirectEve.DirectWindow |
public LoadMissionActions ( long agentId, int pocketId ) : IEnumerable |
||
agentId | long | |
pocketId | int | |
return | IEnumerable |
public RefreshMissionItems ( long agentId ) : void | ||
agentId | long | |
return | void |
public RemovePriorityTargets ( IEnumerable |
||
targets | IEnumerable |
|
return | bool |