Libraryless. Click here for Pure Java version (2979L/19K).
1 | sS dm_ai_listAudioSourcesWithoutMonitors() { |
2 | Cl l = cast dm_requireAndCall("#1020375/ListAudioSources", 'list); |
3 | l = filter(l, x -> !containsPhrase(getString description(x), "Monitor of")); |
4 | ret ai_thereAre("audio source", |
5 | map(l, x -> appendBracketed(getString description(x), "index " + get index(x))); |
6 | } |
Began life as a copy of #1027076
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027079 |
Snippet name: | dm_ai_listAudioSourcesWithoutMonitors |
Eternal ID of this version: | #1027079/1 |
Text MD5: | 319e9b960ae370a20365a0696e3c4a2d |
Transpilation MD5: | a752aee518070641ee831c87e908630e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-02-17 13:55:08 |
Source code size: | 318 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 190 / 248 |
Referenced in: | [show references] |