setAttributes: Difference between revisions
Jump to navigation
Jump to search
Dr Eyeball (talk | contribs) m (see also) |
Killzone Kid (talk | contribs) (command works, see also) |
||
Line 22: | Line 22: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[composeText]] |= See also | | [[composeText]], [[parseText]], [[text]] |= See also | ||
}} | }} | ||
Line 42: | Line 42: | ||
<!-- CONTINUE Notes --> | <!-- CONTINUE Notes --> | ||
<!-- DISCONTINUE Notes --> | <!-- DISCONTINUE Notes --> |
Revision as of 19:28, 13 January 2019
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 or Structured Text
- [name1, value1, name2, value2, ...]: Array
- Return Value:
- Structured Text
Examples
- Example 1:
txt = img setAttributes ["image", "data\iSoldier.paa"]
Additional Information
- See also:
- composeTextparseTexttext
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