No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 12: | Line 12: | ||
| self {{type|HostAPI}} | | self {{type|HostAPI}} | ||
|} | |} | ||
== Examples == | |||
<syntaxhighlight lang="lua"> | |||
host:setTitleTimes(1.0, 1.0, 1.0) | |||
</syntaxhighlight> | |||
== See Also == | |||
<!-- idk --> |
Revision as of 21:29, 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 |
Examples
host:setTitleTimes(1.0, 1.0, 1.0)