You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ramone Kemono edited this page May 21, 2023
·
3 revisions
This component is used to play a sound at the effect's position.
The sound component is inline, meaning that is is written directly in the effect that uses it. For example:
effect MyEffect
sound -name 0xCAFED00D
end
Keyword:sound
Options
-name <id>
The name of the sound .soundProp file.
-loop
This option loop the audio after it is played. Note: Without the -loop option, the sound would be played once, however, it will still continue playing if the effect is terminated mid-way, such as in Test Drive mode. With the -loop option, it will terminate the moment the effect is terminated.