Game Development Community

Removing mount points in editor?

by J. Pilaster · in Torque Game Builder · 05/29/2007 (8:44 pm) · 1 replies

I feel kind of silly posting this question here, because it seems like there must be a really simple answer that I've somehow missed; but I searched the documentation and did a forum search and didn't find an answer yet. What I'm trying to find out is if there's a way to remove mounting link points from an object from within the editor after making them from within the editor.

I know I could probably use removeLinkPoint() to do it with script at runtime, but I'm assuming there's a way to remove them from within the "edit this object's link points" thing. I tried pressing delete, right clicking, backspacing, and several other things, but I couldn't figure out a way to do it. Is there something I'm missing, or is that not possible in the editor?

EDIT: Okay, I didn't realize I could just type that into the console and it would work. So it pretty much solved my problem. But I'd still like to know if there's a way to do it without using the console, just to save a little time.

About the author

Recent Threads


#1
05/29/2007 (9:24 pm)
I believe you should be able to right click a link point to delete it, but not entirely sure. As you already discovered though, using the console in the editor is pretty useful once in a while.