titleObj: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
Line 55: Line 55:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|TITLEOBJ]]
[[Category:Scripting Commands|TITLEOBJ]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|TITLEOBJ]]
[[Category:Scripting Commands OFP 1.96|TITLEOBJ]]
[[Category:Scripting Commands OFP 1.46|TITLEOBJ]]
[[Category:Scripting Commands OFP 1.46|TITLEOBJ]]

Revision as of 12:02, 25 September 2014

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" See Title Effect Type for more information about these types.
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