titleObj: Difference between revisions

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


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


|p1= [class, type, speed]: [[Array]] |= Parameter 1
|p1= [class, type, speed, showOnMap]: [[Array]] |= Parameter 1
|p2= class: [[String]] |= Parameter 2
|p2= class: [[String]] |= Parameter 2
|p3= type: [[String]] |= Parameter 3
|p3= type: [[String]] |= Parameter 3

Revision as of 01:27, 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, showOnMap]
Parameters:
[class, type, speed, showOnMap]: 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