This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:playsoundloop [2021/02/10 21:50] – Karsten75 | 4rpl:commands:playsoundloop [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
See [[Sounds]] for a list of sounds. | See [[Sounds]] for a list of sounds. | ||
+ | Note: Subsequent calls of PlaySoundLoop on the same unit will have no affect. First use [[StopSoundLoop]] then apply the new sound/ | ||
===== Examples ===== | ===== Examples ===== | ||
Line 16: | Line 17: | ||
PlaySoundLoop(" | PlaySoundLoop(" | ||
</ | </ | ||
+ | |||
+ | ==== Usage note ==== | ||
+ | |||
+ | The " | ||
+ | |||
=== See Also === | === See Also === | ||
* [[StopSoundLoop]] | * [[StopSoundLoop]] | ||
+ | * There is a [[cw4: | ||
+ | * | ||
< | < | ||