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

18
LINES

< > BotCompany Repo | #1017843 // Katze w/new Brain [Dyn Module]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (21099L/114K).

1  
!7
2  
3  
abstract !include once #1016461 // Katze
4  
5  
sclass Katze2 extends Katze {
6  
  transient BakedBot bot; // Note: BakedBot uses OUR mech functions
7  
  
8  
  start {
9  
    imageID = #1101368; // Icon by iconka.com
10  
  }
11  
  
12  
  void actuallyLoadCat {
13  
    dm_useLocalMechListCopies();
14  
    if (bot == null) bot = bakedBotWithDefaultMechLists();
15  
    catModule = runDependentWithParams(#1013936, denkmodulID := null, denkmodul := bot.bot);
16  
    setOpt(catModule, defaultText := "");
17  
  }
18  
}

Author comment

Began life as a copy of #1016461

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017843
Snippet name: Katze w/new Brain [Dyn Module]
Eternal ID of this version: #1017843/9
Text MD5: d3cae2708856344917330cb9655fcc94
Transpilation MD5: 3bca6c895f27184c5d78f628a8abdca0
Author: stefan
Category: javax / speech
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-18 16:07:19
Source code size: 484 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 434 / 3312
Version history: 8 change(s)
Referenced in: [show references]