小
→1.15p11:添加luke之后加上的日志,待翻译
小无编辑摘要 |
小 (→1.15p11:添加luke之后加上的日志,待翻译) 标签:移动版编辑 移动版网页编辑 高级移动版编辑 |
||
| 第841行: | 第841行: | ||
*数组内容可不断增加,但限制到10000 | *数组内容可不断增加,但限制到10000 | ||
Arrays automatically resize but have a hard size limit of 10,000 | Arrays automatically resize but have a hard size limit of 10,000 | ||
*移除数组内的空位 | |||
Reduce array size with [action]shrinkArrays:arrayName - Will remove any null or dead units,and Os from number arrays. Will shift over allindexes after the deleted entries. | |||
*也触发重复次数 | *也触发重复次数 | ||
Added [action]alsoTriggerActionRepeat - Dynamic number (Repeats the alsoTriggerAction call, index changed on each repeat) - Useful to create loops or work with arrays | Added [action]alsoTriggerActionRepeat - Dynamic number (Repeats the alsoTriggerAction call, index changed on each repeat) - Useful to create loops or work with arrays | ||