C4 Engine Terathon Software C4 Engine API Documentation

• Interface Manager

API Links
Developer Links

Configurable::GetSettingCount

Defined in:  C4Configurable.h
Called to retrieve the number of settings that a configurable object exposes.
Prototype

virtual long GetSettingCount(voidconst;

Description
The GetSettingCount function is called to retrieve the number of settings that a configurable object exposes. The value returned by an override implementation should be the number of separate settings than can be returned by the Configurable::GetSetting function.
See Also

Configurable::GetSetting

Configurable::SetSetting