• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

what is......

Status
Not open for further replies.
Level 3
Joined
May 1, 2009
Messages
24
Hi Iwould want to know what all the stuff means like Gui, Mui, Jass, vJass do anyone know what these spand for and whats the different between them??
I would also like to know what a memory leak is i know the meaning but i have no idea what it is!

plz some one tell me

i also wonder if some1 know a good vareable or custom script tutorial?:ugly:
 
Level 13
Joined
Sep 14, 2008
Messages
1,408
GUI = Grafical User Interface (e.g. windows startmenu, the folders and EVERYTHING!!!)

Jass = the script language behind wc3 (which controls everything.)
-> the GUI triggers just "display" the real jass scripts. (as the rightclick menu -> copy is just a display for the actuall copy command in windows)

MUI = Multi user instansable ( i am sure I wrote it wrong..)
-> A spell can be used often at the same moment.

MPI = Multi Player Instansable (again wrong?!)
-> A spell can be used once by each player at the same time


Memory leak... for example when you use an ability targeting a point (like shockwave)
The point is stored in the memory.
-> A leak is a stored thing which is NOT removed.
--> Leaks slowly fill the memory till wc3 encounters an error (you know that one for sure)

Tutorial: http://www.hiveworkshop.com/forums/f279/basic-memory-leaks-5889/
 
Level 3
Joined
May 1, 2009
Messages
24
Thanx a bunch That gave some clearness in my head. Well doesnt madder if u spelled wrong i undestood^^
 
Level 3
Joined
May 1, 2009
Messages
24
i gotta agree with ya that it was pretty funny but i wanna know!!!
well i know now thx to darkangle.
 
Status
Not open for further replies.
Top