Game Development Community

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?


#1
01/30/2009 (4:56 pm)
Are you talking about in the "In Game" editor? If so, just like most modeling programs, just click somewhere in the sky to deselect.
#2
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 .