titleObj: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|p1= effect: [[Array]] |= Parameter 1
|p1= text: [[String]]
|p2= type: [[String]]
|p3= speed: [[Number]]. (optional)


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
Line 21: Line 23:


|  |= See also
|  |= See also
}}
}}



Revision as of 00:53, 1 September 2007

Hover & click on the images for description

Description

Description:
Object title - argument in format ["text", "type", speed] or ["name", "type"] If speed is not given, it is assumed 1. Object can be defined in Description.ext
Groups:
Uncategorised

Syntax

Syntax:
titleObj ["text", "type", speed]
Parameters:
text: String
type: String
speed: Number. (optional)
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