Unit CastleConfig
Description
Loading and saving user preferences (UserConfig).
Source: files/castleconfig.pas (line 17).
Uses
- SysUtils
- CastleXMLConfig
Overview
Functions and Procedures
function UserConfig: TCastleConfig; |
function Config: TCastleConfig; deprecated 'use UserConfig'; |
Types
TCastleConfig = CastleXMLConfig.TCastleConfig; |
Description
Functions and Procedures
function UserConfig: TCastleConfig; |
|
User preferences. See https://castle-engine.io/manual_user_prefs.php . |
function Config: TCastleConfig; deprecated 'use UserConfig'; |
|
Warning: this symbol is deprecated: use UserConfig This item has no description. |
Types
TCastleConfig = CastleXMLConfig.TCastleConfig; |
|
Store configuration in XML format. Adds various Castle Game Engine extensions to the ancestor TXMLConfig class:
See https://castle-engine.io/manual_user_prefs.php for more documentation. |
Generated by PasDoc 0.17.0.snapshot.