C# Class MBC.App.BattleshipConsole.EventOutput

Provides functions that relate to outputting events in the console.
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode Description
Disable ( int idx ) : void

Enables the output of a specific event type that is generated in a Core.Match.

Enable ( int idx ) : void

Enables the output of a specific event type that is generated in a Core.Match.

EventGenerated ( MBC.Core.Events.Event ev ) : void

Method Details

Disable() public static méthode

Enables the output of a specific event type that is generated in a Core.Match.
public static Disable ( int idx ) : void
idx int The current index of the parameter stream.
Résultat void

Enable() public static méthode

Enables the output of a specific event type that is generated in a Core.Match.
public static Enable ( int idx ) : void
idx int The current index of the parameter stream.
Résultat void

EventGenerated() public static méthode

public static EventGenerated ( MBC.Core.Events.Event ev ) : void
ev MBC.Core.Events.Event
Résultat void