setUserMFDText: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
| Stored user text value in MFD, limit is 50, user0...user49 |Description= | | Stored user text value in MFD, limit is 50, user0...user49 |Description= | ||
| vehicle [[setUserMFDText]] [index, value] |Syntax= | | vehicle [[setUserMFDText]] [index, value] |Syntax= | ||
Line 22: | Line 19: | ||
| [[Nothing]] |Return value= | | [[Nothing]] |Return value= | ||
|x1= <code>_vehicle [[setUserMFDText]] [0, "some text"];</code> |Example 1= | |x1= <code>_vehicle [[setUserMFDText]] [0, "some text"];</code> |Example 1= | ||
| [[getUserMFDText]], [[setUserMFDValue]], [[getUserMFDValue]]|See also= | | [[getUserMFDText]], [[setUserMFDValue]], [[getUserMFDValue]]|See also= |
Revision as of 03:53, 17 January 2021
Description
- Description:
- Stored user text value in MFD, limit is 50, user0...user49
- Groups:
- GUI Control
Syntax
- Syntax:
- vehicle setUserMFDText [index, value]
- Parameters:
- vehicle: Object - vehicle with MFD
- index: Number
- value: String
- Return Value:
- Nothing
Examples
- Example 1:
_vehicle setUserMFDText [0, "some text"];
Additional Information
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