| 07-09-2004, 08:54 AM | #1 |
Hello, Is there a table explaining each of the fields in the WE abilies/buff&effects/units editor? Also is there a table explaining what each global variable (used by wc3) represents? Cheers Archy. |
| 07-09-2004, 12:54 PM | #2 |
Umm there isn't much to talk about what globals mean. The ones that require hardcore knowledge are booleans, integers and real variables. And they're the first thing they teach in any programming course (well maybe the second thing). booleans are on/off variables. They can either be true or false. Integers are mathematically just that. Any number without decimals, ranging between -2^32 and 2^32 (which is about 3billion IIRC). The thing about integers is that they don't divide well. Because there aren't any decimals, integer 7 divided by integer 4 will give you 1. Real values have 2 decimal places but are otherwise identical to integers and they divide properly. |
| 07-09-2004, 02:58 PM | #3 |
Lol, i know about data types....hmmmm i must be getting my terminology wrong. What i mean is there are some variables declared globally which i don't understand what they are used for eg. L_Unit. I don't know if this is a warcraft defined variable or that the map creator declared himself (i opened a map to look at how things are done.) If this is a warcraft defined variable i would like to know what value its holds is for. Cheers Archy |
