sbool useLocalMechLists_flag; sbool useLocalMechLists() { ret useLocalMechLists_flag; } svoid useLocalMechLists(bool flag) { useLocalMechLists_flag = flag; if (flag) mechMode().readMode = 'local; }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1016011 |
Snippet name: | useLocalMechLists |
Eternal ID of this version: | #1016011/4 |
Text MD5: | 0d8a5de9757d5fe100c9e5061f8ab2fa |
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-04 17:32:10 |
Source code size: | 214 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 484 / 480 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1017198 - useLocalMechListCopies - use local copies of remote mech lists #1017555 - mergeLocalAndRemoteMechLists |