setTitleEffect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *([^= ]+) * +\|s2=" to " |r1=$1 |s2=")
m (Some wiki formatting)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| ofpe
|game1= ofpe
| 1.00
|version1= 1.00


|game2= arma1
|game2= arma1
Line 23: Line 23:
|gr2= Waypoints
|gr2= Waypoints


| Defines the title effect to show on activation via [Type, Effect, Text] where
|descr= Defines the title effect to show on activation via [Type, Effect, Text] where


'Type' can be
'Type'  
*"NONE"
*"OBJECT"
**'Text' defines the shown object , a subclass of 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]]


The title effect does not disappear on deactivation, this should be done manually if required.
The title effect does not disappear on deactivation, this should be done manually if required.


|s1= trigger '''setTitleEffect''' [type, effect, text]
|s1= triggerOrWaypoint [[setTitleEffect]] [type, effect, text]


|p1= trigger: [[Object]]
|p1= triggerOrWaypoint: [[Object]] or [[Array]] format [[Waypoint]]


|p2= [type, effect, text]: [[Array]] of strings. See above
|p2= type: [[String]] - can be one of:
* "NONE"
* "OBJECT"
** ''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]]


|r1= [[Nothing]]
|p3= effect: [[String]]


|s2= waypoint '''setTitleEffect''' [type, effect, text]
|p4= text: [[String]]


|p21= waypoint: [[Array]] - format [[Waypoint]]
|r1= [[Nothing]]
 
|p22= [type, effect, text]: [[Array]] of strings. See above
 
|r2= [[Nothing]]


|x1= <code>_trigger [[setTitleEffect]] ["TEXT", "PLAIN DOWN", "Hello world."]</code>
|x1= <sqf>_trigger setTitleEffect ["TEXT", "PLAIN DOWN", "Hello world."];</sqf>


|seealso= [[createTrigger]], [[setSoundEffect]], [[setMusicEffect]]
|seealso= [[createTrigger]] [[setSoundEffect]] [[setMusicEffect]]
}}
}}
{{GameCategory|ofpe|Scripting Commands}}
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

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