text setAttributes [name1, value1, name2, value2, ...]

Operand types

text: String
[name1, value1, name2, value2, ...]: Array

Type of returned value

Description

Returns a structured text created by the given structured or plain text by setting attributes to the given values.

Used In

ArmA

Example

"text" setAttributes [name1, value1, name2, value2, ..., valueN]
txt = img setAttributes ["image", "data\iSoldier.paa"]
Search OFPEC COMREF