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

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

Méthodes publiques

Méthode Description
FromLocalModInfo ( LocalModInfo info, ISupportModding game ) : LocalMod
FromStringIfValid ( string modPath, ISupportModding game ) : LocalMod
GetSerializationString ( ) : string
LocalMod ( System.Guid id ) : System
ProfileUrl ( ) : Uri

Méthodes protégées

Méthode Description
GetSlugType ( ) : string

Private Methods

Méthode Description
CreateLocalMod ( string name, IAbsoluteDirectoryPath localModPath, ISupportModding game ) : LocalMod

Method Details

FromLocalModInfo() public static méthode

public static FromLocalModInfo ( LocalModInfo info, ISupportModding game ) : LocalMod
info LocalModInfo
game ISupportModding
Résultat LocalMod

FromStringIfValid() public static méthode

public static FromStringIfValid ( string modPath, ISupportModding game ) : LocalMod
modPath string
game ISupportModding
Résultat LocalMod

GetSerializationString() public méthode

public GetSerializationString ( ) : string
Résultat string

GetSlugType() protected méthode

protected GetSlugType ( ) : string
Résultat string

LocalMod() public méthode

public LocalMod ( System.Guid id ) : System
id System.Guid
Résultat System

ProfileUrl() public méthode

public ProfileUrl ( ) : Uri
Résultat System.Uri