titleObj: Difference between revisions

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


| Object title - Object can be defined in [[Description.ext]] |= Description
| Object title - Object can be defined in [[Description.ext]]
____________________________________________________________________________________________
 
<i>type</i> may be one of:
 
• "PLAIN"
 
• "PLAIN DOWN"
 
• "BLACK"
 
• "BLACK FADED"
 
• "BLACK OUT"
 
• "BLACK IN"


| '''titleObj''' ["text", "type", speed]|= Syntax
"WHITE OUT"


|p1= text: [[String]]
• "WHITE IN" |= Description
|p2= type: [[String]]. May be one of:<br><br>
____________________________________________________________________________________________


• "PLAIN"<br>
| '''titleObj''' [text, type, speed] |= Syntax
• "PLAIN DOWN"<br>
• "BLACK"<br>
• "BLACK FADED"<br>
• "BLACK OUT"<br>
• "BLACK IN"<br>
• "WHITE OUT"<br>
• "WHITE IN"
|p3= speed: [[Number]]  Optional. Default 1


|p1= [text, type, speed]: [[Array]] |= Parameter 1
|p2= text: [[String]] |= Parameter 2
|p3= type: [[String]]. |= Parameter 3
|p4= speed: [[Number]] - optional, default 1. |= Parameter 4


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 17:45, 24 January 2009

Hover & click on the images for description

Description

Description:
Object title - Object can be defined in Description.ext type may be one of: • "PLAIN" • "PLAIN DOWN" • "BLACK" • "BLACK FADED" • "BLACK OUT" • "BLACK IN" • "WHITE OUT" • "WHITE IN"
Groups:
Uncategorised

Syntax

Syntax:
titleObj [text, type, speed]
Parameters:
[text, type, speed]: Array
text: String
type: String.
speed: Number - optional, default 1.
Return Value:
Nothing

Examples

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

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