Game Development Community

Global vars/objects accessible to clients?

by Rigo Cisneros · in Torque Game Engine · 06/29/2006 (8:08 pm) · 1 replies

Question..

I am running a dedicated server..

I want to use a global object (mysql) for a connection to my database. (always keeping it open)..

Do clients have access to the Servers Global Object data(ie password, username..etc)??

-Rigo

#1
06/29/2006 (8:34 pm)
Nope, only data thats attached to a ghosted object, or thats sent through a commandToClient can be read by the client.