setTitleEffect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETTITLEEFFECT]]
{{Command|= Comments
[[Category:Scripting Commands OFP Elite |SETTITLEEFFECT]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|SETTITLEEFFECT]]


| ofpr |= Game name


<h2 style="color:#000066">'''''trigger or waypoint'' setTitleEffect ''[type, effect, text]'''''</h2>
|1.86|= Game version
____________________________________________________________________________________________


| Defines the title effect. Type can be "NONE", "OBJECT", "RES" or "TEXT". For "TEXT", the effect defines a subtype: "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" or "WHITE IN". Text is shown as text itself. For "OBJECT", text defines the shown object, a subclass of CfgTitles. For "RES", text defines a resource class, a subclass of RscTitles. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| trigger or waypoint '''setTitleEffect''' [type, effect, text] |= Syntax


'''trigger or waypoint:''' [[Object]] or [[Array]]
|p1= trigger or waypoint: [[Object]] |= Parameter 1


'''[type, effect, text]:''' [[Array]]
|p2= [type, effect, text]: [[Array]] |= Parameter 2


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>trigger setTitleEffect ["TEXT", "PLAIN DOWN", "Hello world."]</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Version 1.86 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Defines the title effect.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|SETTITLEEFFECT]]
Type can be "NONE", "OBJECT", "RES" or "TEXT".
[[Category:Scripting Commands OFP Elite |SETTITLEEFFECT]]
 
[[Category:Scripting Commands ArmA|SETTITLEEFFECT]]
For "TEXT", the effect defines a subtype: "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" or "WHITE IN".
 
Text is shown as text itself.
 
For "OBJECT", text defines the shown object, a subclass of CfgTitles.
 
For "RES", text defines a resource class, a subclass of RscTitles.
 
 
'''Example:'''
 
trigger '''setTitleEffect''' ["TEXT", "PLAIN DOWN", "Hello world."]

Revision as of 00:31, 2 August 2006

Hover & click on the images for description

Description

Description:
Defines the title effect. Type can be "NONE", "OBJECT", "RES" or "TEXT". For "TEXT", the effect defines a subtype: "PLAIN", "PLAIN DOWN", "BLACK", "BLACK FADED", "BLACK OUT", "BLACK IN", "WHITE OUT" or "WHITE IN". Text is shown as text itself. For "OBJECT", text defines the shown object, a subclass of CfgTitles. For "RES", text defines a resource class, a subclass of RscTitles.
Groups:
Uncategorised

Syntax

Syntax:
trigger or waypoint setTitleEffect [type, effect, text]
Parameters:
trigger or waypoint: Object
[type, effect, text]: Array
Return Value:
Nothing

Examples

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

Additional Information

See also:
See also needed

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

Notes

Bottom Section