Class TLevelInfoList
Unit
CastleLevels
Declaration
type TLevelInfoList = class(specialize TFPGObjectList<TLevelInfo>)
Description
Hierarchy
- TFPGObjectList
- TLevelInfoList
Overview
Methods
Description
Methods
 |
function FindName(const AName: string): TLevelInfo; |
raises Exception if such Name is not on the list.
|
 |
procedure LoadFromFiles; |
|
 |
procedure LoadFromConfig; |
For all available levels, read their TLevelInfo.Played from user preferences.
This is useful only if you actually look at TLevelInfo.Played for any purpose (for example, to decide which levels are displayed in the menu). By default, our engine doesn't look at TLevelInfo.Played for anything.
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:51
|