BIS fnc helicopterGetHitpoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *([^=\| ]+) * \|p1=" to " |s1= $1 |p1=")
m (Text replacement - "strings" to "Strings")
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


| tkoh
|game1= tkoh
|1.00
|version1= 1.00


|game2= arma3
|game2= arma3
Line 9: Line 9:
|gr1= Helicopters
|gr1= Helicopters


| Return all hitpoints for a helicopter.
|descr= Return all hitpoints for a helicopter.


|s1= object call [[BIS_fnc_helicopterGetHitpoints]]
|s1= object call [[BIS_fnc_helicopterGetHitpoints]]


|p1= object: [[Object]] - Helicopter
|p1= object: [[Object]] - helicopter


|r1=[[Array]] of [[String|strings]]
|r1= [[Array]] of [[String]]s


|x1= <code>[BIS_helicopter] [[call]] [[BIS_fnc_helicopterGetHitpoints]];</code>
|x1= <sqf>[BIS_helicopter] call BIS_fnc_helicopterGetHitpoints;</sqf>


|seealso= [[setDamage]], [[setDammage]], [[getDammage]], [[setHit]], [[getHit]], [[getHitIndex]], [[setHitIndex]], [[getHitPointDamage]], [[setHitPointDamage]]
|seealso= [[setDamage]] [[setDammage]] [[getDammage]] [[setHit]] [[getHit]] [[getHitIndex]] [[setHitIndex]] [[getHitPointDamage]] [[setHitPointDamage]]
}}
}}
[[Category:{{Name|tkoh}}: Functions|{{uc:helicopterGetHitpoints}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:helicopterGetHitpoints}}]]

Latest revision as of 15:48, 8 November 2023

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:
setDamage setDammage getDammage setHit getHit getHitIndex setHitIndex getHitPointDamage setHitPointDamage

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