C# Class Alexandria.Engines.Unreal.UnrealBaseGame

Base class of the Unreal Games.
Inheritance: Game
Datei anzeigen Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Detect ( ICollection instances ) : void
UnrealBaseGame ( Engine engine, string name, string iniFileName, System.Guid guid ) : System

Protected Methods

Method Description
SearchRegistry ( ) : string

Search the registry locations for this game, returning the path or null if not found.

Method Details

Detect() public method

public Detect ( ICollection instances ) : void
instances ICollection
return void

SearchRegistry() protected abstract method

Search the registry locations for this game, returning the path or null if not found.
protected abstract SearchRegistry ( ) : string
return string

UnrealBaseGame() public method

public UnrealBaseGame ( Engine engine, string name, string iniFileName, System.Guid guid ) : System
engine Engine
name string
iniFileName string
guid System.Guid
return System