Treescrub / AcornLib

A lightweight modular Squirrel framework for Left 4 Dead 2 VScripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass arguments directly to task function

Treescrub opened this issue · comments

Instead of having the arguments as variables in the same scope as the function, take an array of the arguments and pass them directly to the function as parameters.