getUserMFDValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.70|= Game version _________________...")
 
mNo edit summary
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setUserMFDvalue]], [[setUserMFDText]], [[getUserMFDText]]|= See also
| [[setUserMFDValue]], [[setUserMFDText]], [[getUserMFDText]]|= See also


}}
}}

Revision as of 12:21, 16 February 2019

Hover & click on the images for description

Description

Description:
Returns array of user text variables used in MFD.
Groups:
Uncategorised

Syntax

Syntax:
getUserMFDvalue vehicle
Parameters:
vehicle: Object - a vehicle with MFD
Return Value:
Array of Number

Examples

Example 1:
getUserMFDvalue vehicle player; // user0 in MFD will return 1

Additional Information

See also:
setUserMFDValuesetUserMFDTextgetUserMFDText

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