MidiSongStop

class MidiSongStop : OutgoingGameMessage

Midi song stop is used to stop playing an existing midi song.

Constructors

Link copied to clipboard
constructor(fadeOutDelay: Int, fadeOutSpeed: Int)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard

the delay in client cycles (20ms/cc) until the song begins fading out.

Link copied to clipboard

the speed at which the song fades out in client cycles (20ms/cc).

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String