C# Class kOS.CommandRunFile

Inheritance: Command
Afficher le fichier Open project: Nivekk/KOS

Méthodes publiques

Méthode 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 méthode

public CommandRunFile ( Match regexMatch, kOS.ExecutionContext context ) : System
regexMatch System.Text.RegularExpressions.Match
context kOS.ExecutionContext
Résultat System

Evaluate() public méthode

public Evaluate ( ) : void
Résultat void

SpecialKey() public méthode

public SpecialKey ( kOSKeys key ) : bool
key kOSKeys
Résultat bool

Type() public méthode

public Type ( char c ) : bool
c char
Résultat bool

Update() public méthode

public Update ( float time ) : void
time float
Résultat void