C# Class withSIX.Play.Core.Games.Legacy.Mods.ModState

Inheritance: IEnableLogging
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Свойство Type Description
Guid string

Méthodes publiques

Méthode Description
DoesRepoExist ( ) : bool
ModState ( IMod mod ) : System
UpdateLocalModState ( ISupportModding game ) : void
UpdateSixSyncState ( ISupportModding game ) : void
UpdateSynqState ( ISupportModding game, PackageItem package ) : void

Private Methods

Méthode Description
GetModRootPath ( ISupportModding game ) : IAbsoluteDirectoryPath
GetPackPath ( ) : IAbsoluteDirectoryPath
GetSixSyncGuid ( bool defaultIfInvalid = false ) : string
GetSixSyncModState ( ) : ContentState
GetSixSyncPackRevision ( bool defaultIfInvalid = false ) : string
GetSixSyncRevision ( bool defaultIfInvalid ) : string
GetSynqDesiredRevision ( ) : string
GetSynqLatestRevision ( ) : string
GetSynqModState ( ) : ContentState
GetSynqRevision ( ) : string
GuidMatch ( ) : bool
IsPackValidSixSync ( ) : bool
IsValidSixSync ( ) : bool
ModMatchesActiveGame ( ISupportModding game ) : bool
RepoPackYaml ( ) : IAbsoluteFilePath
SetExistsState ( ) : void
SetPaths ( ISupportModding game ) : void
SetSharedState ( ISupportModding game ) : void
SetSixSyncPaths ( ) : void
TryReadRepoConfig ( ) : RepoConfig
TryReadRepoFile ( IAbsoluteFilePath path ) : RepoVersion
VersionMatch ( ) : bool
WdAndPackVersionMatch ( ) : bool

Method Details

DoesRepoExist() public méthode

public DoesRepoExist ( ) : bool
Résultat bool

ModState() public méthode

public ModState ( IMod mod ) : System
mod IMod
Résultat System

UpdateLocalModState() public méthode

public UpdateLocalModState ( ISupportModding game ) : void
game ISupportModding
Résultat void

UpdateSixSyncState() public méthode

public UpdateSixSyncState ( ISupportModding game ) : void
game ISupportModding
Résultat void

UpdateSynqState() public méthode

public UpdateSynqState ( ISupportModding game, PackageItem package ) : void
game ISupportModding
package PackageItem
Résultat void

Property Details

Guid public_oe property

public string Guid
Résultat string