Game Development Community

Beginner Question - About behaviour

by Shek Siu Hang · in Torque Game Builder · 12/23/2009 (1:40 am) · 1 replies

I found a behavior call "Template "
The Description of this behavior is "Disables the object unless it is a clone"

What is that mean?

#1
12/23/2009 (10:54 am)
With torque, you can "clone" existing objects which would be quicker than creating each from scratch. The best way to do this would be to add an object as a template and then clone it. Judging solely from the description, adding this template behavior to an object would make it so you wouldn't have to worry about your template cluttering up your game and only clones of it would show up.

This would be useful if you had to make a bunch of enemies that were the same.