Game Development Community

V1.1.3 - Objects that have mounted objects cannot be mounted.

by Dave Calabrese · in Torque Game Builder · 01/11/2007 (9:57 am) · 1 replies

1.) Create an object.
2.) Mount an object to this object.
3.) Now try and mount the original object to something else. It will act like it is mounting, but nothing will happen.

The following error is placed in the console when this happens:

t2dSceneObject::mount() - Cannot mount to object that's mounted to me! ('8180')
tools/levelEditor/scripts/tools.ed.cs (699): Unable to find object: '' attempting to call function 'setStateOn'

#1
01/16/2007 (5:26 am)
What's probably happening there is that the click is being received by the object mounted to it. I immagine the desired functionality would be for any objects inelligible for mounting would be ignored by the event and let the click pass through them, so this is definitely a bug.

Thanks for reporting.