C# Class kOS.CommandIf

Inheritance: Command
Mostrar archivo Open project: Nivekk/KOS

Public Methods

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

Method Details

CommandIf() public method

public CommandIf ( 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