setAttributes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Reset ArmA version, wiki links)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns a structured text created by the given structured or plain text by setting attributes to the given values. |= Description
| Returns a structured text created by the given [[Structured Text|structured]] or [[String|plain]] text by setting attributes to the given values. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 18:28, 11 October 2006

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

Description

Description:
Returns a structured text created by the given structured or plain text by setting attributes to the given values.
Groups:
Uncategorised

Syntax

Syntax:
text setAttributes [name1, value1, name2, value2, ...]
Parameters:
text: String
[name1, value1, name2, value2, ...]: Array
Return Value:
Structured Text

Examples

Example 1:
txt = img setAttributes ["image", "data\iSoldier.paa"]

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