Game Development Community

global varibles

by Joseph Bosch · in Torque X 2D · 03/02/2012 (1:37 pm) · 0 replies

I have a question about what global variables and where they are global too.

what I mean is if I set a global var in a file located in the /servers folder i would assume the variable would be global to the server side which a global variable set in the client would be available only to the client. if this is the case where would global variables be set for a script in /GameScripts?