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

Inheritance: Mod
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

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

Protected Methods

Method Description
GetSlugType ( ) : string

Private Methods

Method Description
CreateLocalMod ( string name, IAbsoluteDirectoryPath localModPath, ISupportModding game ) : LocalMod

Method Details

FromLocalModInfo() public static method

public static FromLocalModInfo ( LocalModInfo info, ISupportModding game ) : LocalMod
info LocalModInfo
game ISupportModding
return LocalMod

FromStringIfValid() public static method

public static FromStringIfValid ( string modPath, ISupportModding game ) : LocalMod
modPath string
game ISupportModding
return LocalMod

GetSerializationString() public method

public GetSerializationString ( ) : string
return string

GetSlugType() protected method

protected GetSlugType ( ) : string
return string

LocalMod() public method

public LocalMod ( System.Guid id ) : System
id System.Guid
return System

ProfileUrl() public method

public ProfileUrl ( ) : Uri
return System.Uri