titleCut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| {{Feature arma3|this command was obsoleted, use [[cutText]] instead.}}|= Description
| {{Feature arma3|this command was obsoleted, use [[cutText]] instead.}}|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[titleCut]] [text, type, speed] |= Syntax
| [[titleCut]] [text, type, speed] |SYNTAX=


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


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>[[titleCut]] ["Hello, how are you?","Plain Down",3];</code> |= Example 1
|x1= <code>[[titleCut]] ["Hello, how are you?","Plain Down",3];</code> |EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[cutText]] |= See also
| [[cutText]] |SEEALSO=


}}
}}

Revision as of 15:50, 7 April 2019

Hover & click on the images for description

Description

Description:
Arma 3
this command was obsoleted, use cutText instead.
Groups:
Uncategorised

Syntax

Syntax:
titleCut [text, type, speed]
Parameters:
[text, type, speed]: Array
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:
cutText

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