setBatteryChargeRTD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| TKOH |Game name=
| TKOH |Game name=
Line 9: Line 8:


|1.00|Game version=
|1.00|Game version=
____________________________________________________________________________________________


|Set the actual battery charge of a helicopter.
|Set the actual battery charge of a helicopter.
* 0: no charge
* 0: no charge
* 1: fully charged |DESCRIPTION=
* 1: fully charged |DESCRIPTION=
____________________________________________________________________________________________


| helicopterRTD '''setBatteryChargeRTD''' charge|SYNTAX=
| helicopterRTD '''setBatteryChargeRTD''' charge|SYNTAX=
Line 22: Line 19:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


|x1= <code>[[vehicle]] [[player]] [[setBatteryChargeRTD]] 0.5;</code> |=
|x1= <code>[[vehicle]] [[player]] [[setBatteryChargeRTD]] 0.5;</code> |=

Revision as of 04:08, 17 January 2021

Hover & click on the images for description

Description

Description:
Set the actual battery charge of a helicopter.
  • 0: no charge
  • 1: fully charged
Groups:
RTD

Syntax

Syntax:
helicopterRTD setBatteryChargeRTD charge
Parameters:
helicopterRTD: ObjectRTD - helicopter
charge: Number - battery charge level
Return Value:
Nothing

Examples

Example 1:
vehicle player setBatteryChargeRTD 0.5;

Additional Information

See also:
batteryChargeRTDsetBatteryRTD

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