Method | Description | |
---|---|---|
DoesLogEntryExist ( string vesselId, int body ) : bool | ||
FetchEntriesForPlanet ( int body ) : List |
||
FetchLogEntry ( string vesselId, int body ) : |
||
RemoveLogEntry ( string vesselId, int body ) : void | ||
ResetCache ( ) : void | ||
TrackLogEntry ( |
public DoesLogEntryExist ( string vesselId, int body ) : bool | ||
vesselId | string | |
body | int | |
return | bool |
public FetchEntriesForPlanet ( int body ) : List |
||
body | int | |
return | List |
public FetchLogEntry ( string vesselId, int body ) : |
||
vesselId | string | |
body | int | |
return |
public RemoveLogEntry ( string vesselId, int body ) : void | ||
vesselId | string | |
body | int | |
return | void |
public TrackLogEntry ( |
||
logEntry | ||
return | void |