Свойство | Тип | Описание | |
---|---|---|---|
HandleOutput | void | ||
Run | void | ||
vm_KeyWanted | void | ||
vm_LineWanted | void | ||
vm_LoadRequested | void | ||
vm_OutputReady | void | ||
vm_SaveRequested | void |
Метод | Описание | |
---|---|---|
EngineWrapper ( ) : System | ||
EngineWrapper ( byte gameFile ) : System |
Load the game and return data.
|
|
EngineWrapper ( byte gameFile, byte saveFile, string command ) : System |
Assume we're running a command and have save game data.
|
|
FromHash ( ) : string>.Dictionary |
||
FromHash ( string channelName ) : string | ||
SendCommand ( string command ) : void |
Метод | Описание | |
---|---|---|
HandleOutput ( string>.Dictionary |
Starting game - retrieves output (startup) - ignore output (save) Entering a command - ignore output (startup and load) - retrieves output (command) - ignore output (save)
|
|
Run ( ) : void | ||
vm_KeyWanted ( object sender, |
||
vm_LineWanted ( object sender, |
||
vm_LoadRequested ( object sender, |
||
vm_OutputReady ( object sender, |
||
vm_SaveRequested ( object sender, |
public EngineWrapper ( byte gameFile ) : System | ||
gameFile | byte | |
Результат | System |
public EngineWrapper ( byte gameFile, byte saveFile, string command ) : System | ||
gameFile | byte | |
saveFile | byte | |
command | string | |
Результат | System |
public FromHash ( string channelName ) : string | ||
channelName | string | |
Результат | string |
public SendCommand ( string command ) : void | ||
command | string | |
Результат | void |