- Joined
- Jul 29, 2007
- Messages
- 5,174
Ok, I read a tut (the only one I found lol) on vJass at thehelper and I couldn't not notice that the only 2 things that seemed to be usefull were the Libararies and Structs.
Now just to clarify if I understood them right:
Libararies basicly allow use to use functions inside the trigger like we normally use them in the map header ?
Structs basicly allow us to create our "own" variables ?
I also couldn't not notice that structs do not completly remove the need of the handle vars but instead make it so that we only need to store all the data at once instead of each variable in a diffrent call.
Now just to clarify if I understood them right:
Libararies basicly allow use to use functions inside the trigger like we normally use them in the map header ?
Structs basicly allow us to create our "own" variables ?
I also couldn't not notice that structs do not completly remove the need of the handle vars but instead make it so that we only need to store all the data at once instead of each variable in a diffrent call.