C# Class Tantric.Scripting.Command

Exibir arquivo Open project: TheEtiologist/tantric Class Usage Examples

Public Methods

Method Description
Command ( String name, int arguments, CommandCallback callback ) : System
Invoke ( String commandLine ) : void

Method Details

Command() public method

public Command ( String name, int arguments, CommandCallback callback ) : System
name String
arguments int
callback CommandCallback
return System

Invoke() public method

public Invoke ( String commandLine ) : void
commandLine String
return void