setUserMFDText: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN -->  <!-- Note Section END --> </dl> " to "") | m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") | ||
| Line 25: | Line 25: | ||
| }} | }} | ||
| [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
| {{GameCategory|arma3|Scripting Commands}} | {{GameCategory|arma3|Scripting Commands}} | ||
Revision as of 01:57, 18 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
 
	