please include function ai_getVar. static void ai_setVars(Map<S, O> map) { ai_getVar_map.set(map); } static void ai_setVars(O... values) { ai_setVars(paramsToMap(values)); }
Began life as a copy of #1012911
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: | #1012912 |
| Snippet name: | ai_setVars - doesn't clone the map |
| Eternal ID of this version: | #1012912/3 |
| Text MD5: | 176a85315117f17915bc565730c7743d |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-18 01:04:41 |
| Source code size: | 187 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 634 / 675 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012987 - temp_ai_setVars - replaces old vars temporarily #1013419 - ai_setVar |