setTitleEffect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Some wiki formatting)
 
(39 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma |Game name=
|game1= ofpe
|version1= 1.00


|1.00|Game version=
|game2= arma1
|version2= 1.00


|gr1= Triggers |GROUP1=
|game3= arma2
|version3= 1.00


|gr2= Waypoints |GROUP2=
|game4= arma2oa
____________________________________________________________________________________________
|version4= 1.50


| Defines the title effect via [Type, Effect, Text] where
|game5= tkoh
|version5= 1.00


'Type' can be
|game6= arma3
*"NONE",
|version6= 0.50
*"OBJECT",
**'Text' defines the shown object , a subclass of CfgTitles.


*"RES"
|gr1= Triggers
**'Text' defines a resource class, a subclass of RscTitles.
*"TEXT"
**The 'Text' is shown as text itself. 'Effect' defines a subtype: "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" or "WHITE IN".  |DESCRIPTION=
____________________________________________________________________________________________


| trigger '''setTitleEffect''' [type, effect, text] |SYNTAX=
|gr2= Waypoints


|p1= trigger: [[Object]] |PARAMETER1=
|descr= Defines the title effect to show on activation via [Type, Effect, Text] where


|p2= [type, effect, text]: [[Array]] of strings. See above  |PARAMETER2=
'Type'


| [[Nothing]] |RETURNVALUE=
The title effect does not disappear on deactivation, this should be done manually if required.
|s2= waypoint '''setTitleEffect''' [type, effect, text] |SYNTAX2=


|p21= waypoint: [[Array]] - format [[Waypoint]] |PARAMETER21=
|s1= triggerOrWaypoint [[setTitleEffect]] [type, effect, text]


|p22= [type, effect, text]: [[Array]] of strings. See above  |PARAMETER2=
|p1= triggerOrWaypoint: [[Object]] or [[Array]] format [[Waypoint]]


|r2= [[Nothing]] |RETURNVALUE2=
|p2= type: [[String]] - can be one of:
____________________________________________________________________________________________
* "NONE"
 
* "OBJECT"
|x1= <pre>_trigger setTitleEffect ["TEXT", "PLAIN DOWN", "Hello world."]</pre> |EXAMPLE1=
** ''text'' defines the shown object , a subclass of {{hl|CfgTitles}} (see [[cutObj]])
____________________________________________________________________________________________
** ''effect'' defines [[Title Effect Type]]
* "RES"
** ''text'' defines a resource class, a subclass of RscTitles (see [[cutRsc]])
** ''effect'' defines [[Title Effect Type]]
* "TEXT"
** ''text'' defines text string to show (see [[cutText]])
** ''effect'' defines [[Title Effect Type]]


| [[createTrigger]] |SEEALSO=
|p3= effect: [[String]]


}}
|p4= text: [[String]]


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_trigger setTitleEffect ["TEXT", "PLAIN DOWN", "Hello world."];</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[createTrigger]] [[setSoundEffect]] [[setMusicEffect]]
[[Category:Scripting Commands|SETTITLEEFFECT]]
}}
[[Category:Scripting Commands OFP Elite |SETTITLEEFFECT]]
[[Category:Scripting Commands Armed Assault|SETTITLEEFFECT]]
[[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 16:53, 15 August 2022

Hover & click on the images for description

Description

Description:
Defines the title effect to show on activation via [Type, Effect, Text] where 'Type' The title effect does not disappear on deactivation, this should be done manually if required.
Groups:
TriggersWaypoints

Syntax

Syntax:
triggerOrWaypoint setTitleEffect [type, effect, text]
Parameters:
triggerOrWaypoint: Object or Array format Waypoint
type: String - can be one of:
effect: String
text: String
Return Value:
Nothing

Examples

Example 1:
_trigger setTitleEffect ["TEXT", "PLAIN DOWN", "Hello world."];

Additional Information

See also:
createTrigger setSoundEffect setMusicEffect

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