Game Development Community

Default namespace in Torque Script?

by Rob Lindeman · in Torque Game Engine · 02/19/2006 (12:12 pm) · 1 replies

If a variable is declared, such as "$MaxNums = 3;", what namespace is it declared in? Just wondering for completeness.

-Rob

About the author

Recent Threads


#1
02/19/2006 (9:02 pm)
The $ indicates that the variable is a global. Globals are not in any namespace... they are global.