JANK Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
{{Emoji|BBGroup.png}} is the group icon. | |||
== conspicuous example code == | == conspicuous example code == | ||
{{#tag:syntaxhighlight| | {{#tag:syntaxhighlight| |
Revision as of 02:42, 14 December 2024
is the group icon.
conspicuous example code
function events.tick()
--[[wiki.figuramc.org, User:PenguinEncounter/sandbox rev. 773]]
models.model.Head:setVisible(false)
end
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.
Usage
Arguments | Return Type |
---|---|
setTitleTimes(timesData Vector3)
|
self HostAPI |
setTitleTimes(fadeInTime integer, stayTime integer, fadeOutTime integer)
|
self HostAPI |
Examples
host:setTitleTimes(1, 1, 1)