batteryChargeRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "\|seealso= ?\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
Line 18: Line 18:
|x1= <code>_charge = [[batteryChargeRTD]] [[vehicle]] [[player]];</code>
|x1= <code>_charge = [[batteryChargeRTD]] [[vehicle]] [[player]];</code>


|seealso= [[setBatteryChargeRTD]], [[setBatteryRTD]]
|seealso= [[setBatteryChargeRTD]] [[setBatteryRTD]]
}}
}}

Revision as of 13:58, 20 January 2022

Hover & click on the images for description

Description

Description:
Returns the current charge of a helicopter's batteries.
  • 0: empty
  • 1: fully charged
Groups:
RTD

Syntax

Syntax:
batteryChargeRTD helicopterRTD
Parameters:
helicopterRTD: ObjectRTD - helicopter
Return Value:
Number

Examples

Example 1:
_charge = batteryChargeRTD vehicle player;

Additional Information

See also:
setBatteryChargeRTD setBatteryRTD

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