Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Tantric
Scripting
Script
C# Class Tantric.Scripting.Script
A Composition of several commands, some of which could be scripts
Inheritance:
Command
Exibir arquivo
Open project: TheEtiologist/tantric
Public Methods
Method
Description
Execute
(
List
arguments
) :
void
Script
(
CommandInterpreter
interpreter
,
String
fileName
,
String
name
) :
System
Method Details
Execute()
public
method
public
Execute
(
List
arguments
) :
void
arguments
List
return
void
Script()
public
method
public
Script
(
CommandInterpreter
interpreter
,
String
fileName
,
String
name
) :
System
interpreter
CommandInterpreter
fileName
String
name
String
return
System