Set Oneshot Wave: Difference between revisions

Jump to navigation Jump to search
(Created page with "{{Event | event = Set Oneshot Wave | image = File:EditorSetOneshotWave.png | tablocation = Rows | eventtype = SetOneshotWave | versionorigin = r<code>Version</code> }} '''Set Oneshot Wave''' is an event in the '''Rows Tab''' that changes the visual waveform presented in a oneshot row. This does not affect gameplay. == Usage == It can be accessed by placing a oneshot beat and clicking ''Switch to Set Wave''. This will show a menu that allows the editing of the wave...")
 
 
Line 38: Line 38:


'''waveType''' (enum)
'''waveType''' (enum)
<br>Type of oneshot. Values: ''"BoomAndRush'', ''Ball'', ''Spring'', ''Spike'', ''SpikeHuge'', ''Single''.
<br>Type of oneshot. Values: ''BoomAndRush'', ''Ball'', ''Spring'', ''Spike'', ''SpikeHuge'', ''Single''.


'''height''' (number)
'''height''' (number)

Latest revision as of 20:56, 7 February 2025

Set Oneshot Wave
Screenshot of the Event Icon Set Oneshot Wave
TabRows
TypeSetOneshotWave
OriginrVersion

Set Oneshot Wave is an event in the Rows Tab that changes the visual waveform presented in a oneshot row. This does not affect gameplay.

Usage

It can be accessed by placing a oneshot beat and clicking Switch to Set Wave. This will show a menu that allows the editing of the wave type, as well as its height and width.

Oneshot Types
Oneshot Type Internal Name Image
Standard BoomAndRush OneshotStandardType.png
Ball Ball OneshotBallType.png
Spring Spring OneshotSpringType.png
Spike Spike OneshotSpikeType.png
Huge Spike SpikeHuge OneshotHugeSpikeType.png
Sink Single OneshotSinkType.png

Surgery

{ "bar": X, "beat": X, "y": X, "type": "SetOneshotWave", "row": X, "waveType": "BoomAndRush", "height": 100, "width": 100 }

row (integer)
Oneshot row to set the wave. Must be equal to y.

waveType (enum)
Type of oneshot. Values: BoomAndRush, Ball, Spring, Spike, SpikeHuge, Single.

height (number)
Height of the oneshot.

width (number)
Width of the oneshot.

History

Trivia