C# Class RPG.EventCommand

Data class for the Event command.
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode 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 méthode

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

EventCommand() public méthode

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

EventCommand() public méthode

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.
Résultat System.Collections.Generic

EventCommand() public méthode

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.
Résultat System.Collections.Generic