You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fully rewritten jass type handling, now arrays can use .find and other methods on them.
Added asBEHAVE_CONSTRUCT for jass types, now unit(1048673) will work and uint id = uint(units[2]) as well.
Note: this makes Jass casting natives pretty much useless now.
Added support for .asbin, engine will still prioritise .as file, this may be subject to change.
Note: this means, if you have both binary and normal script, normal script will have priority.