C# 클래스 MBC.App.BattleshipConsole.EventOutput

Provides functions that relate to outputting events in the console.
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
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