Game Development Community

Scripting Object Reference

by Loonatik · in Torque Game Engine · 03/02/2003 (3:07 pm) · 2 replies

Does anyone know of any kind of object reference when scripting. For example when dealing with %client, how to find out the %client object's method's and properties.

#1
03/02/2003 (3:09 pm)
From the console:
%client.dump();
#2
03/02/2003 (3:30 pm)
the .dump(); function can be used on just about any and all objects.