Class TInternalSoundSourceList
Unit
Declaration
type TInternalSoundSourceList = class(specialize TObjectList<TInternalSoundSource>)
Description
This item has no description.
Source: src/audio/castlesoundengine_internalsoundsource.inc (line 191).
Hierarchy
- TObject
- TList
- TObjectList
- TInternalSoundSourceList
Overview
Methods
![]() |
procedure SortByPriority; |
Description
Methods
![]() |
procedure SortByPriority; |
|
Sort sounds by Used + Priority, descending. First all sounds with Used = List must not contain nil values when calling this. Source: src/audio/castlesoundengine_internalsoundsource.inc (line 200). | |
Generated by PasDoc 0.17.0.snapshot.
