C# Class Tantric.Scripting.CommandInterpreter

Afficher le fichier Open project: TheEtiologist/tantric Class Usage Examples

Méthodes publiques

Méthode Description
CommandInterpreter ( ) : System
Evaluate ( String command ) : void
RegisterCommand ( Command command ) : void

Method Details

CommandInterpreter() public méthode

public CommandInterpreter ( ) : System
Résultat System

Evaluate() public méthode

public Evaluate ( String command ) : void
command String
Résultat void

RegisterCommand() public méthode

public RegisterCommand ( Command command ) : void
command Command
Résultat void