Difference between revisions of "LavishSettings"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
** [[LavishSettings:Object Types|Object Types]] | ** [[LavishSettings:Object Types|Object Types]] | ||
** [[LavishSettings:Top-Level Objects|Top-Level Objects]] | ** [[LavishSettings:Top-Level Objects|Top-Level Objects]] | ||
+ | ** [[LavishSettings:LavishScript Usage Walkthrough|LavishScript Usage Walkthrough]] | ||
== See Also == | == See Also == | ||
* [[LavishScript]] | * [[LavishScript]] |
Latest revision as of 20:10, 25 July 2006
Overview
What is LavishSettings?
LavishSettings is a simple system of keeping a hierarchy of settings. In other words, there are sets of settings, which in turn may have subsets of settings (which may also have subsets, and so on). The system works by importing from a storage system (such as XML) and keeping the settings in memory, which may be stored at a later time -- changes are not automatically saved to disk. Storage is actually optional.
Basics
- Setting Nodes
- Storage
- Access via LavishScript