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 _________________...")
 
No edit summary
Line 14: Line 14:
|p1= vehicle: [[Object]] - a vehicle with MFD |= Parameter 1
|p1= vehicle: [[Object]] - a vehicle with MFD |= Parameter 1


| [[Array]] |= Return value
| [[Array]] of [[Number]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 18:22, 20 April 2018

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