Category: Music
Since engine version: 4.2 OC
Property | Type | Meaning |
---|---|---|
PlayList | string | Same as providing the playlist directly as a string. |
MusicBreakMin | int | Minimum time of silence between two songs in milliseconds. Defaults to 10000. |
MusicBreakMax | int | Maximum time of silence between two songs in milliseconds. Defaults to 10000. A random value between the minimum and maximum is chosen before each new song is selected. |
MusicBreakChance | int | Chance in percent that silence is inserted between two songs. Defaults to 50. |
MusicMaxPositionMemory | int | Time in seconds that the current position in a piece is remembered and will be used for resume if it becomes available through a call to SetPlayList. Defaults to 420. A value of zero means infinite memory. |
SetPlayList("*.*")
is not identical to SetPlayList()
. The former activates all music, the latter only those not starting with "@", the standard behavior.