C# Class kOS.CommandWhen

Inheritance: Command
Show file Open project: Nivekk/KOS

Public Methods

Method Description
CommandWhen ( Match regexMatch, kOS.ExecutionContext context ) : System
Evaluate ( ) : void
Update ( float time ) : void

Method Details

CommandWhen() public method

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

Evaluate() public method

public Evaluate ( ) : void
return void

Update() public method

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