C# Класс MBC.App.BattleshipConsole.EventOutput

Provides functions that relate to outputting events in the console.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Disable() публичный статический Метод

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.
Результат void

Enable() публичный статический Метод

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.
Результат void

EventGenerated() публичный статический Метод

public static EventGenerated ( MBC.Core.Events.Event ev ) : void
ev MBC.Core.Events.Event
Результат void