ObjectTemplate.addTemplate
ObjectName
This command is used to
attach a child object to another object. Any ObjectTemplate.setPosition
and ObjectTemplate.setRotation commands following
this will apply to the attached object, until another ObjectTemplate.addTemplate
command is encountered.
ObjectName - Name
of the object to be attached, same name as used in ObjectTemplate.create.
|