C# Class MBC.App.BattleshipConsole.EventOutput

Provides functions that relate to outputting events in the console.
Show file Open project: aiclub/Mohawk_Battleship

Public Methods

Method 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 method

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.
return void

Enable() public static method

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.
return void

EventGenerated() public static method

public static EventGenerated ( MBC.Core.Events.Event ev ) : void
ev MBC.Core.Events.Event
return void