- Joined
- Mar 3, 2006
- Messages
- 1,564
I don't understand these lines in JassHelperManual:
Will now work without any error, there is one limitation though, you can't use functions or non-constant values in the default value, for example you can make a global start on null, 1 , 19923 , 0xFFF, true, false, "Hi" , etc. But you can't make them initialize with any function call or with a native
This line is about Globals and how to declare them.
ADD
I don't also understand how Initializers work, and I don't understand the example in JassHelperManual.
Will now work without any error, there is one limitation though, you can't use functions or non-constant values in the default value, for example you can make a global start on null, 1 , 19923 , 0xFFF, true, false, "Hi" , etc. But you can't make them initialize with any function call or with a native
This line is about Globals and how to declare them.
ADD
I don't also understand how Initializers work, and I don't understand the example in JassHelperManual.
Last edited: