Game Development Community

True or False ?

by Areal Person · in Torque Game Engine · 08/09/2006 (1:43 pm) · 2 replies

Could you please tell me if this statment is true or false ? If it's not correct would
you please give the correction as you understand it ?

Thanks,


"All world script objects (other than static shapes) can be defined as the following.

Datablocks that contain class namespace references to user implemented script functions e.g. (namespace::eventFunction) that are C++ engine object class & base class member functions (or script events) that are subsequently called via Con::Executef(...) (Callbacks)"

#1
08/09/2006 (3:11 pm)
99% percent of the time I believe it is true (there can be exceptions to anything)
#2
08/17/2006 (2:11 pm)
Yep, and it's called "The Blob"

Thats what I get for trying to get my alien mind around datablocks !