text: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|TEXT]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|TEXT]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066">''' text ''text'''''</h2>
|2.01|= Game version
____________________________________________________________________________________________


| Creates a structured text containing the given plain text. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''text''' text |= Syntax


text: [[String]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>txt2 = text "Hello world."</pre> |= Example 1
____________________________________________________________________________________________


'''Type of returned value:'''
|  |= See also


[[Nothing]]
}}


'''Compatibility:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Version 2.01 required.
<!-- Note Section END -->
</dl>


'''Description:'''
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|TEXT]]
Creates a structured text containing the given plain text.
[[Category:Scripting Commands ArmA|TEXT]]
 
 
'''Example:'''
 
txt2 = '''text''' "Hello world."

Revision as of 23:52, 1 August 2006

-wrong parameter ("Arma") defined!-2.01
Hover & click on the images for description

Description

Description:
Creates a structured text containing the given plain text.
Groups:
Uncategorised

Syntax

Syntax:
text text
Return Value:
Nothing

Examples

Example 1:
txt2 = text "Hello world."

Additional Information

See also:
See also needed

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