titleCut: Difference between revisions

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


| Obsolete command.  
| Obsolete command.


|= Description
<i>type</i> may be one of:
____________________________________________________________________________________________
 
| '''titleCut''' ["text", "type", speed]|= Syntax
 
|p1= text: [[String]]
|p2= type: [[String]]. May be one of:<br><br>


• "PLAIN"<br>
• "PLAIN"<br>
Line 25: Line 19:
• "WHITE OUT"<br>
• "WHITE OUT"<br>
• "WHITE IN"
• "WHITE IN"
|p3= speed: [[Number]]  Optional. Default 1


|= Description
____________________________________________________________________________________________
| '''titleCut''' [text, type, speed]|= Syntax
|p1= text: [[String]]
|p2= type: [[String]]
|p3= speed: [[Number]] - optional, default 1.


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

Revision as of 17:36, 24 January 2009

Hover & click on the images for description

Description

Description:
Obsolete command. type may be one of: • "PLAIN"
• "PLAIN DOWN"
• "BLACK"
• "BLACK FADED"
• "BLACK OUT"
• "BLACK IN"
• "WHITE OUT"
• "WHITE IN"
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
titleCut ["Hello, how are you?","Plain Down",3]

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