C# Class kOS.CommandRunFile

Inheritance: Command
Show file Open project: Nivekk/KOS

Public Methods

Method Description
CommandRunFile ( Match regexMatch, kOS.ExecutionContext context ) : System
Evaluate ( ) : void
SpecialKey ( kOSKeys key ) : bool
Type ( char c ) : bool
Update ( float time ) : void

Method Details

CommandRunFile() public method

public CommandRunFile ( Match regexMatch, kOS.ExecutionContext context ) : System
regexMatch System.Text.RegularExpressions.Match
context kOS.ExecutionContext
return System

Evaluate() public method

public Evaluate ( ) : void
return void

SpecialKey() public method

public SpecialKey ( kOSKeys key ) : bool
key kOSKeys
return bool

Type() public method

public Type ( char c ) : bool
c char
return bool

Update() public method

public Update ( float time ) : void
time float
return void