setUserActionText: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) mNo edit summary |
||
Line 28: | Line 28: | ||
|x1= <code>_id = [[player]] [[addAction]] ["Hello", ""]; | |x1= <code>_id = [[player]] [[addAction]] ["Hello", ""]; | ||
[[player]] [[setUserActionText]] [_id, "Good Bye"]</code>|= EXAMPLE1 | [[player]] [[setUserActionText]] [_id, "Good Bye"];</code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 02:43, 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 - Normal text or Structured Text
- textDefault: String
- textToolTip: String
- Return Value:
- Nothing
Examples
- Example 1:
_id = player addAction ["Hello", ""]; player setUserActionText [_id, "Good Bye"];
Additional Information
- See also:
- addAction
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