C# Class KolonyTools.KolonizationManager

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: BobPalmer/MKS Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public DoesLogEntryExist ( string vesselId, int body ) : bool
vesselId string
body int
Résultat bool

FetchEntriesForPlanet() public méthode

public FetchEntriesForPlanet ( int body ) : List
body int
Résultat List

FetchLogEntry() public méthode

public FetchLogEntry ( string vesselId, int body ) : KolonizationEntry
vesselId string
body int
Résultat KolonizationEntry

RemoveLogEntry() public méthode

public RemoveLogEntry ( string vesselId, int body ) : void
vesselId string
body int
Résultat void

ResetCache() public méthode

public ResetCache ( ) : void
Résultat void

TrackLogEntry() public méthode

public TrackLogEntry ( KolonizationEntry logEntry ) : void
logEntry KolonizationEntry
Résultat void