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

7
LINES

< > BotCompany Repo | #1008722 // ai_makeAction - synonym of ai_renderAction

JavaX fragment (include)

static S ai_makeAction(S text, IntRange r) {
  ret ai_renderAction(text, r);
}

static S ai_makeAction(S text, int start, int end) {
  ret ai_renderAction(text, intRange(start, end));
}

Author comment

Began life as a copy of #1008695

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: #1008722
Snippet name: ai_makeAction - synonym of ai_renderAction
Eternal ID of this version: #1008722/3
Text MD5: 2243d3d65e36743e01d5dad746aac0ba
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-30 17:25:27
Source code size: 191 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 480 / 504
Version history: 2 change(s)
Referenced in: [show references]