|
static void | addNote (string[] args, OS os) |
|
static void | analyze (string[] args, OS os) |
|
static void | cat (string[] args, OS os) |
|
static void | cd (string[] args, OS os) |
|
static void | cdDrive (bool open) |
|
static void | clear (string[] args, OS os) |
|
static bool | computerExists (OS os, string ip) |
|
static void | connect (string[] args, OS os) |
|
static void | disconnect (string[] args, OS os) |
|
static void | doDots (int num, int msDelay, OS os) |
|
static void | execute (string[] args, OS os) |
|
static void | fastHack (string[] args, OS os) |
|
static void | firstTimeInit (string[] args, OS os, bool callWasRecursed=false) |
|
static Computer | getComputer (OS os, string ip_Or_ID_or_Name) |
|
static Folder | getCurrentFolder (OS os) |
|
static Folder | getFolderAtDepth (OS os, int depth) |
|
static Folder | getFolderAtPath (string path, OS os, Folder rootFolder=null, bool returnsNullOnNoFind=false) |
|
static Folder | getFolderAtPathAsFarAsPossible (string path, OS os, Folder rootFolder, out string likelyFilename) |
|
static Folder | getFolderAtPathAsFarAsPossible (string path, OS os, Folder rootFolder) |
|
static Folder | getFolderFromNavigationPath (List< int > path, Folder startFolder, OS os) |
|
static List< int > | getNavigationPathAtPath (string path, OS os, Folder currentFolder=null) |
|
static void | getString (string[] args, OS os) |
|
static void | kill (string[] args, OS os) |
|
static void | login (string[] args, OS os) |
|
static void | ls (string[] args, OS os) |
|
static void | mv (string[] args, OS os) |
|
static void | opCDTray (string[] args, OS os, bool isOpen) |
|
static bool | parseStringFromGetStringCommand (OS os, out string data) |
|
static void | probe (string[] args, OS os) |
|
static void | ps (string[] args, OS os) |
|
static void | reboot (string[] args, OS os) |
|
static void | replace (string[] args, OS os) |
|
static void | replace2 (string[] args, OS os) |
|
static void | revealAll (string[] args, OS os) |
|
static void | rm (string[] args, OS os) |
|
static void | rm2 (string[] args, OS os) |
|
static void | scan (string[] args, OS os) |
|
static void | scp (string[] args, OS os) |
|
static void | solve (string[] args, OS os) |
|
static void | sudo (OS os, Action action) |
|
static void | typeOut (string s, OS os, int delay=50) |
|
static void | upload (string[] args, OS os) |
|