Game Development Community

Varriable representing a Datablock

by Ben Ewing · in Torque Game Engine · 09/11/2005 (6:39 pm) · 3 replies

Ids it possible, and if so how, to make a variable represent a Datablock and be used in seperate files?

#1
09/11/2005 (8:11 pm)
Anyone?
#2
09/12/2005 (2:41 am)
Try waiting more than an hour and a half in the future for a response.

Just store the name of the datablock, or the ID of the datablock, into a global variable (one starting with a $).
#3
09/12/2005 (6:50 am)
Kay, thanks :)