setTitleEffect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ")
Line 39: Line 39:
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= trigger [[setTitleEffect]] [type, effect, text]


|p1= trigger: [[Object]]
|p1= trigger: [[Object]]
Line 47: Line 47:
|r1= [[Nothing]]
|r1= [[Nothing]]


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


|p21= waypoint: [[Array]] - format [[Waypoint]]
|p21= waypoint: [[Array]] - format [[Waypoint]]

Revision as of 19:10, 20 June 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
trigger setTitleEffect [type, effect, text]
Parameters:
trigger: Object
[type, effect, text]: Array of strings. See above
Return Value:
Nothing

Alternative Syntax

Syntax:
waypoint setTitleEffect [type, effect, text]
Parameters:
waypoint: Array - format Waypoint
[type, effect, text]: Array of strings. See above
Return Value:
Nothing

Examples

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

Additional Information

See also:
createTriggersetSoundEffectsetMusicEffect

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