ITADN

MCFunction self-loop causes a maximum call stack size error when using macro parameters

#272OpenMulverineX 创建于 2026-06-28
*help wanted💼 /pack/visitors/
M
MulverineXcommented
Example Code: ```ts const foo = Variable(0) MCFunction('example', (loop: MCFunctionClass<[Score], undefined>, i: Score) => { foo.add(1) _.if(foo['<'](10), () => loop(foo)) }) ```
0 条评论