Property | Type | Description | |
---|---|---|---|
Arma2TerrainPacks | string[] |
Method | Description | |
---|---|---|
Arma3Game ( System.Guid id, GameSettingsController settingsController, AllInArmaGames aiaGames ) : System | ||
GetSubGamesLocalMods ( ) : IEnumerable |
||
QueryServer ( |
||
QueryServers ( IGameServerQueryHandler queryHandler ) : Task |
||
SupportsContent ( IMod mod ) : bool | ||
SupportsContent ( Mission mission ) : bool | ||
SupportsServerType ( string type ) : bool | ||
UpdateModStates ( IReadOnlyCollection |
||
UpdateSynq ( IContentManager modList, bool isInternetAvailable ) : Task |
Method | Description | |
---|---|---|
GetBattleEyeClientExectuable ( ) : IAbsoluteFilePath | ||
GetSupportedModTypes ( ) : IEnumerable |
||
PerformNewLaunch ( IRealVirtualityLauncher launcher ) : Task |
||
StartupParameters ( ) : string[]>.Tuple |
Method | Description | |
---|---|---|
AiaLegacy ( IMod mod ) : bool | ||
Arma3Game ( System.Guid id, |
||
GetControllers ( ) : IEnumerable |
||
GetServerQueryInfo ( ) : |
||
GetSupportedGame ( IMod mod ) : ISupportModding | ||
MainCompatibility ( IMod mod ) : bool | ||
ObjectCompatibility ( IMod mod ) : bool | ||
TerrainCompatibility ( IMod mod ) : bool |
public Arma3Game ( System.Guid id, GameSettingsController settingsController, AllInArmaGames aiaGames ) : System | ||
id | System.Guid | |
settingsController | GameSettingsController | |
aiaGames | AllInArmaGames | |
return | System |
protected GetBattleEyeClientExectuable ( ) : IAbsoluteFilePath | ||
return | IAbsoluteFilePath |
public GetSubGamesLocalMods ( ) : IEnumerable |
||
return | IEnumerable |
protected GetSupportedModTypes ( ) : IEnumerable |
||
return | IEnumerable |
protected PerformNewLaunch ( IRealVirtualityLauncher launcher ) : Task |
||
launcher | IRealVirtualityLauncher | |
return | Task |
public QueryServer ( |
||
state | ||
return | System.Threading.Tasks.Task |
public QueryServers ( IGameServerQueryHandler queryHandler ) : Task |
||
queryHandler | IGameServerQueryHandler | |
return | Task |
protected StartupParameters ( ) : string[]>.Tuple |
||
return | string[]>.Tuple |
public SupportsContent ( Mission mission ) : bool | ||
mission | Mission | |
return | bool |
public SupportsServerType ( string type ) : bool | ||
type | string | |
return | bool |
public UpdateModStates ( IReadOnlyCollection |
||
mods | IReadOnlyCollection |
|
return | void |
public UpdateSynq ( IContentManager modList, bool isInternetAvailable ) : Task |
||
modList | IContentManager | |
isInternetAvailable | bool | |
return | Task |