Set Heart Explosion Interval: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Event | event = Set Heart Explosion Interval | image = File:SetHeartExplosionInterval.png | tablocation = Sounds | eventtype = SetHeartExplosionInterval | versionorigin = r<code>Version</code> | shortcut = I }} '''Set Heart Explosion Interval''' is an event in the '''Sounds Tab''' that sets the interval at which the heart explosion is played relative to the last hit(s). == Usage == {| class="wikitable" |+ Properties |- ! Setting !! Type !! Description |- | Hea...") |
m (WH WELL WHY WAS THIS ONE RENAMED TO EXPLOSION BUT THE VOLUME IS KEPT AS EXPLODE) |
||
Line 1: | Line 1: | ||
{{Event | {{Event | ||
| event = Set Heart Explosion Interval | | event = Set Heart Explosion Interval | ||
| image = File: | | image = File:EditorSetHeartExplodeInterval.png | ||
| tablocation = Sounds | | tablocation = Sounds | ||
| eventtype = | | eventtype = SetHeartExplodeInterval | ||
| versionorigin = r<code>Version</code> | | versionorigin = r<code>Version</code> | ||
| shortcut = I | | shortcut = I | ||
Line 35: | Line 35: | ||
== Trivia == | == Trivia == | ||
{{ | {{EventNavBox}} |
Latest revision as of 09:55, 7 November 2024
Set Heart Explosion Interval | |
---|---|
Tab | Sounds |
Type | SetHeartExplodeInterval |
Origin | rVersion |
Shortcut | I |
Set Heart Explosion Interval is an event in the Sounds Tab that sets the interval at which the heart explosion is played relative to the last hit(s).
Usage
Setting | Type | Description |
---|---|---|
Heart Explosion Delay | Dropdown (Enum) | Type of delay. Can be Instant, on a Fixed Interval, Combined on Downbeat, or Combined on Fixed Interval. |
Interval | Text box (Number) | Interval of the heart explosion in beats. |
Surgery
{ "bar": X, "beat": X, "y": X, "type": "SetHeartExplodeInterval", "intervalType": "GatherAndCeil", "interval": 1 }
intervalType (enum)
Type of interval for the heart explosion. Can be "GatherAndCeil", "OneBeatAfter", "GatherNoCeil", or "Instant".
interval (number)
Interval in beats. If intervalType is "Instant", it does nothing.