mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 21:10:32 +00:00
Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro.
This commit is contained in:
parent
378a933894
commit
acb192e2a5
133 changed files with 1716 additions and 2087 deletions
|
|
@ -454,6 +454,9 @@ class GuiTreeViewCtrl : public GuiArrayCtrl
|
|||
GuiTreeViewCtrl();
|
||||
virtual ~GuiTreeViewCtrl();
|
||||
|
||||
//WLE Vince, Moving this into a function so I don't have to bounce off the console. 12/05/2013
|
||||
const char* getSelectedObjectList();
|
||||
|
||||
/// Used for syncing the mSelected and mSelectedItems lists.
|
||||
void syncSelection();
|
||||
|
||||
|
|
@ -592,6 +595,7 @@ class GuiTreeViewCtrl : public GuiArrayCtrl
|
|||
static void initPersistFields();
|
||||
|
||||
void inspectObject(SimObject * obj, bool okToEdit);
|
||||
S32 insertObject(S32 parentId, SimObject * obj, bool okToEdit);
|
||||
void buildVisibleTree(bool bForceFullUpdate = false);
|
||||
|
||||
void cancelRename();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue