titleFadeOut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Terminate the title effect and set duration of the fade out phase to the given time. |= Description
| Terminate the title effect and set duration of the fade out phase to the given time. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''titleFadeOut''' duration |= Syntax
| '''titleFadeOut''' duration |SYNTAX=


|p1= duration: [[Number]] |= Parameter 1
|p1= duration: [[Number]] |PARAMETER1=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>titleText ["Hi", "plain"]; titleFadeOut 2</code> |= Example 1
|x1= <code>titleText ["Hi", "plain"]; titleFadeOut 2</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[titleText]] |= See also
| [[titleText]] |SEEALSO=


}}
}}

Revision as of 15:50, 7 April 2019

-wrong parameter ("Arma") defined!-1.05
Hover & click on the images for description

Description

Description:
Terminate the title effect and set duration of the fade out phase to the given time.
Groups:
Uncategorised

Syntax

Syntax:
titleFadeOut duration
Parameters:
duration: Number
Return Value:
Nothing

Examples

Example 1:
titleText ["Hi", "plain"]; titleFadeOut 2

Additional Information

See also:
titleText

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section