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

Inheritance: IEnableLogging
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Properties

Property Type Description
Guid string

Public Methods

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

Private Methods

Method 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 method

public DoesRepoExist ( ) : bool
return bool

ModState() public method

public ModState ( IMod mod ) : System
mod IMod
return System

UpdateLocalModState() public method

public UpdateLocalModState ( ISupportModding game ) : void
game ISupportModding
return void

UpdateSixSyncState() public method

public UpdateSixSyncState ( ISupportModding game ) : void
game ISupportModding
return void

UpdateSynqState() public method

public UpdateSynqState ( ISupportModding game, PackageItem package ) : void
game ISupportModding
package PackageItem
return void

Property Details

Guid public_oe property

public string Guid
return string