Game Development Community

Something stupid I am missing

by Eric Summers · in Torque Game Builder · 02/20/2006 (1:50 pm) · 3 replies

In variable names, what is the difference between the $ and the % prefix?

#1
02/20/2006 (2:14 pm)
$ is for global variables, % for local.
#2
02/20/2006 (2:51 pm)
And if that still means nothing to you, please see this thread.
#3
02/21/2006 (5:55 am)
Ahh of course. I was trying to make it more complicated than it was, I was thinking it had something to do with addresses, references, or something along those lines.

Thanks for the responses.