C# Class RPG.EventCommand

Data class for the Event command.
Exibir arquivo Open project: borisblizzard/arcreator

Public Methods

Method Description
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.

Method Details

EventCommand() public method

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

EventCommand() public method

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

EventCommand() public method

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.
return System.Collections.Generic

EventCommand() public method

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.
return System.Collections.Generic