BIS fnc helicopterGetHitpoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Helicopters(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| tkoh |Game name=
| tkoh |Game name=
Line 7: Line 6:


|gr1 = Helicopters |GROUP1=
|gr1 = Helicopters |GROUP1=
____________________________________________________________________________________________


| Return all hitpoints for a helicopter. |Description=
| Return all hitpoints for a helicopter. |Description=
____________________________________________________________________________________________


| object call [[BIS_fnc_helicopterGetHitpoints]] |Syntax=
| object call [[BIS_fnc_helicopterGetHitpoints]] |Syntax=
Line 18: Line 15:


| [[Array]] of [[String|strings]] |Return value=
| [[Array]] of [[String|strings]] |Return value=
____________________________________________________________________________________________


|x1= <code>[BIS_helicopter] [[call]] [[BIS_fnc_helicopterGetHitpoints]];</code> |Example 1=
|x1= <code>[BIS_helicopter] [[call]] [[BIS_fnc_helicopterGetHitpoints]];</code> |Example 1=
____________________________________________________________________________________________


|  [[setDamage]], [[setDammage]], [[getDammage]], [[setHit]], [[getHit]], [[getHitIndex]], [[setHitIndex]], [[getHitPointDamage]], [[setHitPointDamage]] |See also=
|  [[setDamage]], [[setDammage]], [[getDammage]], [[setHit]], [[getHit]], [[getHitIndex]], [[setHitIndex]], [[getHitPointDamage]], [[setHitPointDamage]] |See also=

Revision as of 00:08, 17 January 2021

Hover & click on the images for description

Description

Description:
Return all hitpoints for a helicopter.
Execution:
call
Groups:
Helicopters

Syntax

Syntax:
object call BIS_fnc_helicopterGetHitpoints
Parameters:
object: Object - Helicopter
Return Value:
Array of strings

Examples

Example 1:
[BIS_helicopter] call BIS_fnc_helicopterGetHitpoints;

Additional Information

See also:
setDamagesetDammagegetDammagesetHitgetHitgetHitIndexsetHitIndexgetHitPointDamagesetHitPointDamage

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