titleFadeOut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(44 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= arma1
|version1= 1.05


|1.05|= Game version
|game2= arma2
____________________________________________________________________________________________
|version2= 1.00


| Terminate the title effect and set duration of the fade out phase to the given time. |DESCRIPTION=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| '''titleFadeOut''' duration |SYNTAX=
|game4= tkoh
|version4= 1.00


|p1= duration: [[Number]] |PARAMETER1=
|game5= arma3
|version5= 0.50


| [[Nothing]] |RETURNVALUE=
|gr1= GUI Control
____________________________________________________________________________________________
 
|x1= <code>titleText ["Hi", "plain"]; titleFadeOut 2</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[titleText]] |SEEALSO=
|descr= Terminate the title effect and set duration of the fade out phase to the given time. Same as [[cutFadeOut]] but for the title layer.


}}
|s1= [[titleFadeOut]] duration


<h3 style="display:none">Notes</h3>
|p1= duration: [[Number]]
<dl class="command_description">


<!-- Note Section BEGIN -->
|r1= [[Nothing]]


<!-- Note Section END -->
|x1= <sqf>titleText ["Hi", "plain"];
</dl>
titleFadeOut 2;</sqf>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[titleText]] [[titleRsc]] [[titleObj]] [[cutFadeOut]] [[allActiveTitleEffects]] [[activeTitleEffectParams]]
 
}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:25, 13 May 2022

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. Same as cutFadeOut but for the title layer.
Groups:
GUI Control

Syntax

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

Examples

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

Additional Information

See also:
titleText titleRsc titleObj cutFadeOut allActiveTitleEffects activeTitleEffectParams

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