C# 클래스 RPG.EventCommand

Data class for the Event command.
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
EventCommand ( ) : System.Collections.Generic

Creates a new instance of an RPG.EventCommand.

EventCommand ( int code ) : System.Collections.Generic

Creates a new instance of an RPG.EventCommand.

EventCommand ( int code, int indent ) : System.Collections.Generic

Creates a new instance of an RPG.EventCommand.

EventCommand ( int code, int indent, List parameters ) : System.Collections.Generic

Creates a new instance of an RPG.EventCommand.

메소드 상세

EventCommand() 공개 메소드

Creates a new instance of an RPG.EventCommand.
public EventCommand ( ) : System.Collections.Generic
리턴 System.Collections.Generic

EventCommand() 공개 메소드

Creates a new instance of an RPG.EventCommand.
public EventCommand ( int code ) : System.Collections.Generic
code int The event code.
리턴 System.Collections.Generic

EventCommand() 공개 메소드

Creates a new instance of an RPG.EventCommand.
public EventCommand ( int code, int indent ) : System.Collections.Generic
code int The event code.
indent int The indent depth.
리턴 System.Collections.Generic

EventCommand() 공개 메소드

Creates a new instance of an RPG.EventCommand.
public EventCommand ( int code, int indent, List parameters ) : System.Collections.Generic
code int The event code.
indent int The indent depth.
parameters List Command arguments.
리턴 System.Collections.Generic