1480 IConsoleCmdRegister("ls", ConListFiles); |
1493 IConsoleCmdRegister("ls", ConListFiles); |
1481 IConsoleCmdRegister("cd", ConChangeDirectory); |
1494 IConsoleCmdRegister("cd", ConChangeDirectory); |
1482 IConsoleCmdRegister("pwd", ConPrintWorkingDirectory); |
1495 IConsoleCmdRegister("pwd", ConPrintWorkingDirectory); |
1483 IConsoleCmdRegister("clear", ConClearBuffer); |
1496 IConsoleCmdRegister("clear", ConClearBuffer); |
1484 IConsoleCmdRegister("patch", ConPatch); |
1497 IConsoleCmdRegister("patch", ConPatch); |
|
1498 IConsoleCmdRegister("list_patches", ConListPatches); |
1485 |
1499 |
1486 IConsoleAliasRegister("dir", "ls"); |
1500 IConsoleAliasRegister("dir", "ls"); |
1487 IConsoleAliasRegister("del", "rm %+"); |
1501 IConsoleAliasRegister("del", "rm %+"); |
1488 IConsoleAliasRegister("newmap", "newgame"); |
1502 IConsoleAliasRegister("newmap", "newgame"); |
1489 IConsoleAliasRegister("new_map", "newgame"); |
1503 IConsoleAliasRegister("new_map", "newgame"); |