C# Class Tantric.Scripting.CommandInterpreter

Show file Open project: TheEtiologist/tantric Class Usage Examples

Public Methods

Method Description
CommandInterpreter ( ) : System
Evaluate ( String command ) : void
RegisterCommand ( Command command ) : void

Method Details

CommandInterpreter() public method

public CommandInterpreter ( ) : System
return System

Evaluate() public method

public Evaluate ( String command ) : void
command String
return void

RegisterCommand() public method

public RegisterCommand ( Command command ) : void
command Command
return void