C# Class withSIX.Play.Core.Games.Entities.RealVirtuality.Arma2FreeGame

Inheritance: RealVirtualityGame, ISupportMissions, ISupportProfiles, ISupportServers
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
Arma2FreeGame ( System.Guid id, GameSettingsController settingsController ) : System
CreateServer ( ServerAddress address ) : Server
GetProfiles ( ) : IEnumerable
GetServerFilter ( ) : IFilter
Initialize ( ) : void
LocalMissionsContainers ( ) : IEnumerable
PublishMission ( string fn ) : void
QueryServer ( ServerQueryState state ) : System.Threading.Tasks.Task
QueryServers ( IGameServerQueryHandler queryHandler ) : Task>
RefreshState ( ) : void
SupportsContent ( Mission mission ) : bool
SupportsServerType ( string type ) : bool
UpdateMissionStates ( IReadOnlyCollection missions ) : void

Méthodes protégées

Méthode Description
Arma2FreeGame ( System.Guid id, Arma2FreeSettings settings ) : System
GetExecutable ( ) : IAbsoluteFilePath

Private Methods

Méthode Description
UpdateMissionPaths ( ) : void

Method Details

Arma2FreeGame() protected méthode

protected Arma2FreeGame ( System.Guid id, Arma2FreeSettings settings ) : System
id System.Guid
settings Arma2FreeSettings
Résultat System

Arma2FreeGame() public méthode

public Arma2FreeGame ( System.Guid id, GameSettingsController settingsController ) : System
id System.Guid
settingsController GameSettingsController
Résultat System

CreateServer() public méthode

public CreateServer ( ServerAddress address ) : Server
address ServerAddress
Résultat Server

GetExecutable() protected méthode

protected GetExecutable ( ) : IAbsoluteFilePath
Résultat IAbsoluteFilePath

GetProfiles() public méthode

public GetProfiles ( ) : IEnumerable
Résultat IEnumerable

GetServerFilter() public méthode

public GetServerFilter ( ) : IFilter
Résultat IFilter

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LocalMissionsContainers() public méthode

public LocalMissionsContainers ( ) : IEnumerable
Résultat IEnumerable

PublishMission() public méthode

public PublishMission ( string fn ) : void
fn string
Résultat void

QueryServer() public méthode

public QueryServer ( ServerQueryState state ) : System.Threading.Tasks.Task
state withSIX.Play.Core.Games.Legacy.ServerQuery.ServerQueryState
Résultat System.Threading.Tasks.Task

QueryServers() public méthode

public QueryServers ( IGameServerQueryHandler queryHandler ) : Task>
queryHandler IGameServerQueryHandler
Résultat Task>

RefreshState() public méthode

public RefreshState ( ) : void
Résultat void

SupportsContent() public méthode

public SupportsContent ( Mission mission ) : bool
mission Mission
Résultat bool

SupportsServerType() public méthode

public SupportsServerType ( string type ) : bool
type string
Résultat bool

UpdateMissionStates() public méthode

public UpdateMissionStates ( IReadOnlyCollection missions ) : void
missions IReadOnlyCollection
Résultat void