Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

HostAPI:setTitleTimes [host only]

Configures the hold, fade-in, and fade-out durations of titles displayed on the screen.

Invocation

Arguments Return Type
setTitleTimes(timesData Vector3) self HostAPI
setTitleTimes(fadeInTime integer, stayTime integer, fadeOutTime integer) self HostAPI

Examples

host:setTitleTimes(1.0, 1.0, 1.0)

See Also