Fixed function call and buildin function call, all tests are green.

Still need to solve special cases and sqf: ... sqf blocks.
This commit is contained in:
Marvin Blum
2015-10-23 20:09:26 +02:00
parent dfe02ecef1
commit 04d0f4b61b
6 changed files with 52 additions and 43 deletions

View File

@@ -1,7 +1,4 @@
func myFunc(a, b) {
return a > b;
}
myFunc(1+3/4, 2-(66*22)/3-((123)));
// TODO:
//var _x = setHitIndex(vehicle()(player))(1, 1);
var _x = setHit(player)("head");
foo();