Quote:
|
Originally Posted by Stefan
- arrays like npcs[] and players[] can now be assigned to normal variables (still using a link to the originial array so no speed problems)
|
That sounds pretty interesting. If Graal can use aliases to variables then could we maybe have an option to pass function arguments by reference? Or to manually create links between variables?
Quote:
- assigning a sub array to the array variable is not crashing the npcserver anymore, so you can do stuff like this now:
this.arr = {{1,2},3,4};
this.arr = this.arr[0];
|
:D