Game Development Community

Creating new server objects from C++

by Keith Johnston · in Torque Game Engine · 11/20/2002 (11:49 am) · 0 replies

Currently I create new dynamic objects on the server using the script language. But I would like to start moving some of this object creation into C++ on the server. Are there any examples of this out there? Looks like I would need to call registerObject() at some point...

Thanks,
Keith