sendTimings

abstract fun sendTimings(player: Player, fadeIn: Int, stay: Int, fadeOut: Int)

Sets the timings for all of the next titles and subtitles sent to the Player.

Since

2.0.0

Parameters

player

The player the timings should be set for.

fadeIn

The time it takes for all titles sent afterwards to fade onto the screen.

stay

The time it takes for all titles sent afterwards to stay on the screen.

fadeOut

The time it takes for all titles sent afterwards to to fade off of the screen.

Sources

Link copied to clipboard