No edit summary Tag: 2017 source edit  | 
				No edit summary Tag: 2017 source edit  | 
				||
| Line 1: | Line 1: | ||
= <code>HostAPI:setTitleTimes</code> [host only] =  | |||
Configures the hold, fade-in, and fade-out durations of titles displayed on the screen.  | |||
== Invocation ==  | |||
{| class="wikitable"  | |||
! Arguments !! Return Type  | |||
|-  | |||
| [[setTitleTimes]](timesData: [[Vector3]])  | |||
| self ([[HostAPI]])  | |||
|-  | |||
| [[setTitleTimes]](fadeInTime: [[integer]], stayTime: [[integer]], fadeOutTime: [[integer]])  | |||
| self ([[HostAPI]])  | |||
|}  | |||
:   | |||
Revision as of 17:09, 26 September 2024
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) |