titleObj: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(corrections, format)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Object title - Object can be defined in [[Description.ext]]
| Shows object defined in global config in CfgTitles. Type may be one of:
 
* "PLAIN"
<i>type</i> may be one of:
* "PLAIN DOWN"
 
* "BLACK"
"PLAIN"
* "BLACK FADED"
 
* "BLACK OUT"
"PLAIN DOWN"
* "BLACK IN"
 
* "WHITE OUT"
"BLACK"
* "WHITE IN"
 
"BLACK FADED"
 
"BLACK OUT"
 
"BLACK IN"
 
"WHITE OUT"
 
"WHITE IN"
 
See [[Title Effect Type]] for more information about these types. |= Description
See [[Title Effect Type]] for more information about these types. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''titleObj''' [text, type, speed] |= Syntax
| '''titleObj''' [class, type, speed] |= Syntax


|p1= [text, type, speed]: [[Array]] |= Parameter 1
|p1= [class, type, speed]: [[Array]] |= Parameter 1
|p2= text: [[String]] |= Parameter 2
|p2= class: [[String]] |= Parameter 2
|p3= type: [[String]]. |= Parameter 3
|p3= type: [[String]] |= Parameter 3
|p4= speed: [[Number]] - optional, default 1. |= Parameter 4
|p4= speed (Optional): [[Number]] |= Parameter 4
|p5= showOnMap  (Optional): [[Boolean]]  (''Since Arma 3'')|= Parameter 5


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>titleObj ["BISLogo", "PLAIN"]</pre> |= Example 1
|x1= <code>[[titleObj]] ["BISLogo", "PLAIN"]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[titleText]], [[titleRsc]], [[cutRsc]], [[cutObj]], [[cutText]] |= See also
}}
}}



Revision as of 01:26, 21 February 2016

Hover & click on the images for description

Description

Description:
Shows object defined in global config in CfgTitles. Type may be one of:
  • "PLAIN"
  • "PLAIN DOWN"
  • "BLACK"
  • "BLACK FADED"
  • "BLACK OUT"
  • "BLACK IN"
  • "WHITE OUT"
  • "WHITE IN"
See Title Effect Type for more information about these types.
Groups:
Uncategorised

Syntax

Syntax:
titleObj [class, type, speed]
Parameters:
[class, type, speed]: Array
class: String
type: String
speed (Optional): Number
showOnMap (Optional): Boolean (Since Arma 3)
Return Value:
Nothing

Examples

Example 1:
titleObj ["BISLogo", "PLAIN"]

Additional Information

See also:
titleTexttitleRsccutRsccutObjcutText

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