lineBreak: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "| arma |" to "| arma1 |")
m (Some wiki formatting)
 
(31 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


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


|gr1= Strings |GROUP1=
|game3= arma2
|version3= 1.00


|gr2= Structured Text |GROUP2=
|game4= arma2oa
____________________________________________________________________________________________
|version4= 1.50


| Creates a structured text containing a line break. |DESCRIPTION=
|game5= tkoh
____________________________________________________________________________________________
|version5= 1.00


| [[lineBreak]] |SYNTAX=
|game6= arma3
|version6= 0.50


| [[Structured Text]] |RETURNVALUE=
|gr1= Strings
____________________________________________________________________________________________
 
|x1= <code>[[hint]] [[composeText]] ["First line", [[lineBreak]], "Second line"];</code> |EXAMPLE1=
|x2= <code>[[hint]] [[str]] ([[composeText]] [<nowiki/>[[lineBreak]]] == [[parseText]] "<nowiki><br/></nowiki>"); // true</code> |EXAMPLE2=
____________________________________________________________________________________________


| [[composeText]], [[parseText]], [[Structured Text]], [[text]], [[image]], [[endl]] |SEEALSO=
|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|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands OFP Elite |{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Armed Assault|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{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