titleFadeOut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Armed[ _]Assault(\|.*)]]" to "{{GameCategory|arma1|Scripting Commands}}")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(34 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


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


|gr1= GUI Control |GROUP1=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Terminate the title effect and set duration of the fade out phase to the given time. Same as [[cutFadeOut]] but for the title layer. |DESCRIPTION=
|game4= tkoh
____________________________________________________________________________________________
|version4= 1.00


| [[titleFadeOut]] duration |SYNTAX=
|game5= arma3
|version5= 0.50


|p1= duration: [[Number]] |PARAMETER1=
|gr1= GUI Control


| [[Nothing]] |RETURNVALUE=
|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.
____________________________________________________________________________________________
 
|x1= <code>[[titleText]] ["Hi", "plain"];
[[titleFadeOut]] 2;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[titleText]], [[titleRsc]], [[titleObj]], [[cutFadeOut]], [[allActiveTitleEffects]] |SEEALSO=
|s1= [[titleFadeOut]] duration


}}
|p1= duration: [[Number]]


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">


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


<!-- Note Section END -->
|seealso= [[titleText]] [[titleRsc]] [[titleObj]] [[cutFadeOut]] [[allActiveTitleEffects]] [[activeTitleEffectParams]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma1|Scripting Commands}}
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{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