Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Tantric
Scripting
CommandInterpreter
C# Class Tantric.Scripting.CommandInterpreter
ファイルを表示
Open project: TheEtiologist/tantric
Class Usage Examples
Public Methods
Method
Description
CommandInterpreter
( ) :
System
Evaluate
(
String
command
) :
void
RegisterCommand
(
Command
command
) :
void
Method Details
CommandInterpreter()
public
method
public
CommandInterpreter
( ) :
System
return
System
Evaluate()
public
method
public
Evaluate
(
String
command
) :
void
command
String
return
void
RegisterCommand()
public
method
public
RegisterCommand
(
Command
command
) :
void
command
Command
return
void