Game Development Community

GuiRolloutControl does not save to file???

by Neo Binedell · in Torque Game Builder · 01/10/2007 (5:21 am) · 1 replies

While redoing the iso editor again to match the latest TGB look and feel I found that GuiRolloutControls added to containers do not save when saving the GUI.

I know the level builder adds rollouts dynamically in script but what gives?

Am I missing something?

#1
01/10/2007 (6:03 am)
Hmm, took a look at it after lunch and it seems mCanSave is being set to false in the GuiRolloutCtrl constructor. Is there any reason for this?

Anyway setting mCanSave = true solves the issue.