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

13
LINES

< > BotCompany Repo | #1017840 // DefaultMechLists

JavaX fragment (include)

1  
sclass DefaultMechLists extends VirtualMechLists {
2  
  S mL_raw(S listName) {
3  
    ret main.mL_raw(listName);
4  
  }
5  
  
6  
  void append(S listName, S text) {
7  
    botAppendToMechList(listName, text);
8  
  }
9  
  
10  
  void setText(S listName, S text) {
11  
    botEditMechList(listName, text);
12  
  }
13  
}

Author comment

Began life as a copy of #1017767

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: #1017840
Snippet name: DefaultMechLists
Eternal ID of this version: #1017840/1
Text MD5: 5bf48c746ce42ac41cb7482edb616efb
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-16 16:03:38
Source code size: 289 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 268 / 819
Referenced in: [show references]