getUserMFDValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''getUserMFDvalue''' vehicle|= Syntax
| '''getUserMFDValue''' vehicle|= Syntax


|p1= vehicle: [[Object]] - a vehicle with MFD |= Parameter 1
|p1= vehicle: [[Object]] - a vehicle with MFD |= Parameter 1
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code> [[getUserMFDvalue]] [[vehicle]] [[player]]; // user0 in MFD will return 1</code> |= Example 1
|x1= <code> [[getUserMFDValue]] [[vehicle]] [[player]]; // user0 in MFD will return 1</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 12:22, 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