1 | static O callBot(S botID, S method, O... args) { |
2 | O bot = getBot(botID); |
3 | if (bot == null) |
4 | fail("Bot not found: " + botID + ", was calling: " + method + " from " + programID()); |
5 | ret call(bot, method, args); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1002593 |
Snippet name: | callBot - reflectively call function of a bot - synonym of callOtherBot |
Eternal ID of this version: | #1002593/1 |
Text MD5: | ed043bb90ed6a5de38d36254ae413c0c |
Author: | stefan |
Category: | eleu |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-02-04 16:58:28 |
Source code size: | 221 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 652 / 615 |
Referenced in: | [show references] |