Configurable::BuildSettingList
Defined in:
Called to retrieve the settings for a configurable object.
C4Configurable.hPrototype
virtual void BuildSettingList(List<Setting> *settingList) const;
Parameters
settingList |
The list to which settings for the configurable object are added. |
Description
The BuildSettingList function is called to retrieve the list of settings for a configurable object. An override implementation of this function should allocate a new Setting object corresponding to each setting and add it to the list specified by the settingList parameter using the ListElement::AppendListElement function.
See Also
