setTitleEffect: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fixed params)
mNo edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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
| 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
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 21:43, 14 September 2006

-wrong parameter ("Arma") defined!-1.00
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: String
effect: String
text: String
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