titleCut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
m (template:command argument fix)
(27 intermediate revisions by 10 users not shown)
Line 1: Line 1:
<h2 style="color:#000066">'''titleCut ''effect'''''</h2>
{{Command|= Comments
____________________________________________________________________________________________


'''Operand types:'''
| ofp |= Game name


effect: [[Array]]
|1.00|= Game version
____________________________________________________________________________________________


'''Type of returned value:'''
| {{Feature arma3|this command was obsoleted, use [[cutText]] instead.}}|DESCRIPTION=
____________________________________________________________________________________________


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


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


Obsolete command.
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>[[titleCut]] ["Hello, how are you?","Plain Down",3];</code> |EXAMPLE1=
 
____________________________________________________________________________________________
 
| [[cutText]] |SEEALSO=
 
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|TITLECUT]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|TITLECUT]]
[[Category:Scripting Commands OFP 1.46|TITLECUT]]
[[Category:Scripting Commands ArmA|TITLECUT]]
[[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:
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