Hi all. Please take a second to read this when you see new posts to it.
I will be passing on question from the blitz 3D community, some of the guys over there want to know more before they spend money on max and you guys are the best to ask about it.
I will just drop their Q's in the form of quotes like the first one here bellow.
JoJo (Posted 2005-01-01 03:13:22)
Thanks for that.
1:) My question is; When a function is declared inside types, is that function Global? It looks some people use a function to instantiate more types.
2:) And by using functions this way, is it similar to constructors?
JoJo (Posted 2005-01-01 03:19:20)
1:) When do variables loose their scope?
If I declare a variable inside an if...endif block, is scope lost when it exits?
2:) What about in methods and functions declared inside types?
As I look over some examples, I assume when you delcare a variable using the Local keyword then it should be local to that block of code.
3:) And also when you're accessing members, member functions and etc; is there some type of intellisense that comes up?
I will be passing on question from the blitz 3D community, some of the guys over there want to know more before they spend money on max and you guys are the best to ask about it.
I will just drop their Q's in the form of quotes like the first one here bellow.
JoJo (Posted 2005-01-01 03:13:22)
Thanks for that.
1:) My question is; When a function is declared inside types, is that function Global? It looks some people use a function to instantiate more types.
2:) And by using functions this way, is it similar to constructors?
JoJo (Posted 2005-01-01 03:19:20)
1:) When do variables loose their scope?
If I declare a variable inside an if...endif block, is scope lost when it exits?
2:) What about in methods and functions declared inside types?
As I look over some examples, I assume when you delcare a variable using the Local keyword then it should be local to that block of code.
3:) And also when you're accessing members, member functions and etc; is there some type of intellisense that comes up?