Deselect an object in the editor
by Alejandro Lopez · in General Discussion · 01/30/2009 (4:54 pm) · 2 replies
Hi , is there any way or shortcut button to deselect a object, in the world editor mode?
#2
i had found in editor.bind.ed.cs
some lines likes this :
WorldEditorMap.bindCmd( keyboard, "numpad1", "EWorldEditorDisplayPopup.setSelected(0);", "");
where is the documentation for that functions ?
maybe i can find something like EWorldEditor.deselect();
thanks .
01/31/2009 (7:31 am)
mmm, but i think the editor has a method, to do this , some can giveme where i can find the editor methods, or functions,i had found in editor.bind.ed.cs
some lines likes this :
WorldEditorMap.bindCmd( keyboard, "numpad1", "EWorldEditorDisplayPopup.setSelected(0);", "");
where is the documentation for that functions ?
maybe i can find something like EWorldEditor.deselect();
thanks .
Torque Owner Mike Rowley
Mike Rowley