User:PenguinEncounter/sandbox: Difference between revisions

From FiguraMC
PenguinEncounter (talk | contribs)
No edit summary
Tag: 2017 source edit
PenguinEncounter (talk | contribs)
No edit summary
Tag: 2017 source edit
Line 6: Line 6:
! Arguments !! Return Type
! Arguments !! Return Type
|-
|-
| [[setTitleTimes]](timesData {{type|Vector3}})
| <code>[[setTitleTimes]](timesData {{type|Vector3}})</code>
| self {{type|HostAPI}}
| self {{type|HostAPI}}
|-
|-
| [[setTitleTimes]](fadeInTime {{type|integer}}, stayTime {{type|integer}}, fadeOutTime {{type|integer}})
| [[setTitleTimes|<code>setTitleTimes</code>]](fadeInTime {{type|integer}}, stayTime {{type|integer}}, fadeOutTime {{type|integer}})
| self {{type|HostAPI}}
| self {{type|HostAPI}}
|}
|}

Revision as of 21:25, 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