chango
New Member
- Reaction score
- 1
Memory leaks...
Hi,
This is a very complete tutorial, and easy to read even for the people who dont know programming at all.
I'm really new to we (less than a week ;D) but i have a lot of years in programming, and i want to know about how jass manage the memory leak problem.
So the question is if i call a function like this:
and save it in a local point variable, when the trigger is over and the variable disappear the memory is released or not ?
And for my first proyect i m doing a very very very simple Hero arena, but i don't know if it's better to do every trigger with JASS or should i make all the things in GUI untill i found something that is not posible to do with it and then do that in JASS?.
Thank's.
Hi,
This is a very complete tutorial, and easy to read even for the people who dont know programming at all.
I'm really new to we (less than a week ;D) but i have a lot of years in programming, and i want to know about how jass manage the memory leak problem.
So the question is if i call a function like this:
Code:
GetRectCenter(GetEntireMapRect())
And for my first proyect i m doing a very very very simple Hero arena, but i don't know if it's better to do every trigger with JASS or should i make all the things in GUI untill i found something that is not posible to do with it and then do that in JASS?.
Thank's.