titleFadeOut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''titleFadeOut''' delay |= Syntax
| delay '''titleFadeOut''' fade |= Syntax


|p1= delay: [[Number]] |= Parameter 1
|p1= delay: [[Number]] |= Parameter 1
|p2= fade: [[Number]] |= Parameter 2


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



Revision as of 10:51, 25 May 2007

-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:
delay titleFadeOut fade
Parameters:
delay: Number
fade: Number
Return Value:
Nothing

Examples

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

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