C4 Engine Terathon Software C4 Engine API Documentation

• Interface Manager

API Links
Developer Links

class Configurable

Defined in:  C4Configurable.h
Objects that need to display a user configuration interface are subclasses of the Configurable class.
Definition

class Configurable

Member Functions
Configurable::GetSettingCount Called to retrieve the number of settings that a configurable object exposes.
Configurable::GetSetting Called to retrieve a particular setting for a configurable object.
Configurable::SetSetting Called to update a particular setting for a configurable object.
Constructor

Configurable();

Description
The Configurable class is a base class used by all user-configurable objects. It contains virtual functions that are used for getting and setting properties that can be changed by the user in the World Editor.
See Also

Setting