User:PenguinEncounter/sandbox: Difference between revisions

From FiguraMC
PenguinEncounter (talk | contribs)
No edit summary
PenguinEncounter (talk | contribs)
No edit summary
Tag: 2017 source edit
Line 2: Line 2:
{{Host only|kind=method}}
{{Host only|kind=method}}
Configures the hold, fade-in, and fade-out durations of titles displayed on the screen.
Configures the hold, fade-in, and fade-out durations of titles displayed on the screen.
{{User:PenguinEncounter/Template:Type2|number?}}


== Usage ==
== Usage ==

Revision as of 19:57, 28 September 2024

HostAPI:setTitleTimes

This method is only available on the host.

For more information, see Pings.

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

User:PenguinEncounter/Template:Type2

Usage

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

Examples

host:setTitleTimes(1, 1, 1)

See Also