C# Class withSIX.ContentEngine.Infra.ContentEngine

Inheritance: IContentEngine, IInfrastructureService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
ContentEngine ( ICEResourceService resourceService ) : System
LoadModS ( IContentEngineContent mod, IContentEngineGame game, bool overrideMod = false ) : System.Threading.Tasks.Task
ModHasScript ( Guid guid ) : bool
ModHasScript ( IContentEngineContent mod ) : bool

Private Methods

Méthode Description
GetScriptPath ( System.Guid guid ) : string
HandleCommand ( IContentEngineContent content, IContentEngineGame game, string js ) : System.Threading.Tasks.Task
InstallDll ( IContentEngineContent content, IContentEngineGame game, InstallDllCommand c ) : void
InstallTeamspeakFiles ( IContentEngineContent content, InstallTeamspeakPluginCommand c ) : void
LoadModSFromStream ( IContentEngineContent content, IContentEngineGame game ) : System.Threading.Tasks.Task

Method Details

ContentEngine() public méthode

public ContentEngine ( ICEResourceService resourceService ) : System
resourceService ICEResourceService
Résultat System

LoadModS() public méthode

public LoadModS ( IContentEngineContent mod, IContentEngineGame game, bool overrideMod = false ) : System.Threading.Tasks.Task
mod IContentEngineContent
game IContentEngineGame
overrideMod bool
Résultat System.Threading.Tasks.Task

ModHasScript() public méthode

public ModHasScript ( Guid guid ) : bool
guid Guid
Résultat bool

ModHasScript() public méthode

public ModHasScript ( IContentEngineContent mod ) : bool
mod IContentEngineContent
Résultat bool