nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

api.js (933B)


      1 YUI.add("yuidoc-meta", function(Y) {
      2    Y.YUIDoc = { meta: {
      3     "classes": [
      4         "addServer",
      5         "nBot",
      6         "rcon",
      7         "server"
      8     ],
      9     "modules": [
     10         "addServer",
     11         "nBot",
     12         "rcon",
     13         "server"
     14     ],
     15     "allModules": [
     16         {
     17             "displayName": "addServer",
     18             "name": "addServer",
     19             "description": "Build and setup csgoserver"
     20         },
     21         {
     22             "displayName": "nBot",
     23             "name": "nBot",
     24             "description": "A clone of the eBot by deStrO fully based on node.js with build in Web Page"
     25         },
     26         {
     27             "displayName": "rcon",
     28             "name": "rcon",
     29             "description": "Rcon connection to csgo Server"
     30         },
     31         {
     32             "displayName": "server",
     33             "name": "server",
     34             "description": "Webserver and Websocket-server"
     35         }
     36     ],
     37     "elements": []
     38 } };
     39 });