Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
Loading and saving user preferences (UserConfig).
function UserConfig: TCastleConfig;
function Config: TCastleConfig; deprecated 'use UserConfig';
TCastleConfig = CastleXMLConfig.TCastleConfig;
User preferences. See http://castle-engine.sourceforge.net/tutorial_user_prefs.php .
Warning: this symbol is deprecated: use UserConfig