How to inject a global variable to the client player in c++?
by Corin · in Torque Game Engine · 03/16/2006 (4:43 am) · 2 replies
About the author
#2
That's what you're looking for? Hope it helps.
03/16/2006 (5:42 am)
Con::setBoolVariable("$example01", value);
Con::setVariable("$example02", value);That's what you're looking for? Hope it helps.
Torque Owner Stefan Lundmark
And you're saying client, in what sense? From the server, to the client? Or *on* the client?