wurstscript / WurstScript

Programming language and toolkit to create Warcraft III Maps

Home Page:https://wurstlang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use ExecuteFunc in wurst

fbicirno opened this issue · comments

how to use ExecuteFunc in wurst?

execute()-> has a array limit, i dont want to acces array limit.!!

ExecuteFunc isn't related to execute() -> because you don't get any information whether the invocation was successful
execute uses ForForce.
execute() -> is only array limited in nested execute calls and amount of closures at the same time. If you use it properly it's very unlikely you would hit any limit. Most likely there is some other issue in your code causing this.