setUserActionText: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
|p4= text: [[String]] or [[Structured Text]] - Action title |= PARAMETER4 | |p4= text: [[String]] or [[Structured Text]] - Action title |= PARAMETER4 | ||
|p5= textDefault: [[String]] | |p5= textDefault: [[String]] (does nothing, looks like leftover from [[:Category:Take_On|TKOH]]) |= PARAMETER5 | ||
|p6= textToolTip: [[String]] | |p6= textToolTip: [[String]] (does nothing, looks like leftover from [[:Category:Take_On|TKOH]]) |= PARAMETER6 | ||
| [[Nothing]] |= RETURNVALUE | | [[Nothing]] |= RETURNVALUE |
Revision as of 15:16, 24 August 2013
Description
- Description:
- Changes user added action menu item text.
- Groups:
- Uncategorised
Syntax
- Syntax:
- unit setUserActionText [index, text, textDefault, textToolTip]
- Parameters:
- unit: Object
- [index, text, textDefault, textToolTip]: Array
- index: Number - Action id returned by addAction
- text: String or Structured Text - Action title
- textDefault: String (does nothing, looks like leftover from TKOH)
- textToolTip: String (does nothing, looks like leftover from TKOH)
- Return Value:
- Nothing
Examples
- Example 1:
_id = player addAction ["Hello", ""]; player setUserActionText [_id, "Good Bye"];
Additional Information
- See also:
- addActionremoveActionremoveAllActions
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