Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1006123 // autoShootHidingConsole

JavaX fragment (include)

static AutoShootInfo autoShootHidingConsole() {
  ret autoShoot(func {
    bool b = consoleShowing();
    try {
      if (b) hideConsole();
      ret shootScreenBW();
    } finally {
      if (b) showConsole();
    }
  });
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006123
Snippet name: autoShootHidingConsole
Eternal ID of this version: #1006123/1
Text MD5: 7bdf41f0966fc43892b8f215f5a086cc
Author: stefan
Category: javax / ocr
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-20 15:59:52
Source code size: 234 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 560 / 570
Referenced in: [show references]