titleCut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
(14 intermediate revisions by 7 users not shown)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Obsolete command.
| {{Feature arma3|this command was obsoleted, use [[cutText]] instead.}}|DESCRIPTION=
 
<i>type</i> may be one of:
 
• "PLAIN"<br>
• "PLAIN DOWN"<br>
• "BLACK"<br>
• "BLACK FADED"<br>
• "BLACK OUT"<br>
• "BLACK IN"<br>
• "WHITE OUT"<br>
• "WHITE IN"
 
|= 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= <pre>titleCut ["Hello, how are you?","Plain Down",3]</pre> |= Example 1
|x1= <code>[[titleCut]] ["Hello, how are you?","Plain Down",3];</code> |EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}
Line 50: Line 37:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|TITLECUT]]
[[Category:Scripting Commands|TITLECUT]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|TITLECUT]]
[[Category:Scripting Commands OFP 1.96|TITLECUT]]
[[Category:Scripting Commands OFP 1.46|TITLECUT]]
[[Category:Scripting Commands OFP 1.46|TITLECUT]]
[[Category:Scripting Commands ArmA|TITLECUT]]
[[Category:Scripting Commands ArmA|TITLECUT]]
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:50, 7 April 2019

Hover & click on the images for description

Description

Description:
Template:Feature arma3
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