Class TSoundList
Unit
CastleSoundAllocator
Declaration
type TSoundList = class(specialize TFPGObjectList<TSound>)
Description
Hierarchy
- TFPGObjectList
- TSoundList
Overview
Methods
Description
Methods
 |
procedure SortByImportance; |
Sort sounds by Used + Importance, descending. First all sounds with Used = True are placed, starting from the sound with largest Importance, and so on until the sound with smallest Importance. Then all sounds with Used = False are placed (in any, arbitrary order).
List must not contain nil values when calling this.
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:52
|