C# Class KolonyTools.KolonizationManager

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: BobPalmer/MKS Class Usage Examples

Public Methods

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

Method Details

DoesLogEntryExist() public method

public DoesLogEntryExist ( string vesselId, int body ) : bool
vesselId string
body int
return bool

FetchEntriesForPlanet() public method

public FetchEntriesForPlanet ( int body ) : List
body int
return List

FetchLogEntry() public method

public FetchLogEntry ( string vesselId, int body ) : KolonizationEntry
vesselId string
body int
return KolonizationEntry

RemoveLogEntry() public method

public RemoveLogEntry ( string vesselId, int body ) : void
vesselId string
body int
return void

ResetCache() public method

public ResetCache ( ) : void
return void

TrackLogEntry() public method

public TrackLogEntry ( KolonizationEntry logEntry ) : void
logEntry KolonizationEntry
return void