lineBreak: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (Some wiki formatting)
 
(46 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= ofpe
|version1= 1.00


|1.00|= Game version
|game2= arma1
____________________________________________________________________________________________
|version2= 1.00


| Creates a structured text containing a line break. |= Description
|game3= arma2
____________________________________________________________________________________________
|version3= 1.00


| '''lineBreak''' |= Syntax
|game4= arma2oa
|version4= 1.50


| [[Structured Text]] |= Return value
|game5= tkoh
____________________________________________________________________________________________
|version5= 1.00
 
|x1= <code>[[hint]] [[composeText]] ["First line", [[lineBreak]], "Second line"];</code> |= Example 1
|x2= <code>[[hint]] [[str]] ([[composeText]] <nowiki>[</nowiki>[[lineBreak]]] == [[parseText]] "<nowiki><br/></nowiki>"); // true</code> |= Example 2
____________________________________________________________________________________________


| [[composeText]], [[parseText]], [[Structured Text]], [[text]], [[image]], [[endl]] |= See also
|game6= arma3
|version6= 0.50


}}
|gr1= Strings
 
|gr2= Structured Text
 
|descr= Creates a structured text containing a line break.
 
|s1= [[lineBreak]]
 
|r1= [[Structured Text]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>hint composeText ["First line", lineBreak, "Second line"];</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x2= <sqf>hint str (composeText [lineBreak] == parseText "<br/>"); // true</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[composeText]] [[parseText]] [[Structured Text]] [[text]] [[image]] [[endl]]
[[Category:Scripting Commands|LINEBREAK]]
}}
[[Category:Scripting Commands OFP Elite |LINEBREAK]]
[[Category:Scripting Commands ArmA|LINEBREAK]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Variables|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 15:56, 13 May 2022

Hover & click on the images for description

Description

Description:
Creates a structured text containing a line break.
Groups:
StringsStructured Text

Syntax

Syntax:
lineBreak
Return Value:
Structured Text

Examples

Example 1:
hint composeText ["First line", lineBreak, "Second line"];
Example 2:
hint str (composeText [lineBreak] == parseText "<br/>"); // true

Additional Information

See also:
composeText parseText Structured Text text image endl

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