titleCut: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
(26 intermediate revisions by 10 users not shown)
Line 1: Line 1:
back to [[Scripting_Reference#T|COMREF]]
{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">'''titleCut ''effect'''''</h2>
| ofp |= Game name


|1.00|= Game version
____________________________________________________________________________________________


'''Operand types:'''
| {{Feature arma3|this command was obsoleted, use [[cutText]] instead.}}|DESCRIPTION=
____________________________________________________________________________________________


'''effect:''' [[Array]]
| [[titleCut]] [text, type, speed] |SYNTAX=


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


[[Nothing]]
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


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


Obsolete command.
____________________________________________________________________________________________
 
| [[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:
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