Difference between revisions of "getRepairCargo"

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |0.56|= Game version ____________________...")
 
Line 7: Line 7:
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
| Returns the amount of repair resources in the cargo space of a repair vehicle.  |= Description
+
| Returns the amount of repair resources from empty (0) to full (1) in the cargo space of a repair vehicle.  |= Description
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
Line 17: Line 17:
  
  
|x1= <code></code>|= EXAMPLE1  
+
|x1= <code>value = getRepairCargo vehicleName;</code>|= EXAMPLE1  
  
 
____________________________________________________________________________________________
 
____________________________________________________________________________________________
  
| |= SEEALSO  
+
| [[setRepairCargo]] |= SEEALSO  
  
 
|  |= MPBEHAVIOUR  
 
|  |= MPBEHAVIOUR  

Revision as of 15:13, 17 May 2013

Hover & click on the images for description

Description

Description:
Returns the amount of repair resources from empty (0) to full (1) in the cargo space of a repair vehicle.
Groups:
Uncategorised

Syntax

Syntax:
getRepairCargo vehicle
Parameters:
vehicle: Object
Return Value:
Number

Examples

Example 1:
value = getRepairCargo vehicleName;

Additional Information

See also:
setRepairCargo

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