BIS fnc helicopterGetHitpoints: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (Text replacement - "strings" to "Strings")
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| tkoh |Game name=
|game1= tkoh
|version1= 1.00


|1.00|Game version=
|game2= arma3
____________________________________________________________________________________________
|version2= 0.50


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


| object call [[BIS_fnc_helicopterGetHitpoints]] |Syntax=
|descr= Return all hitpoints for a helicopter.


|s1= object call [[BIS_fnc_helicopterGetHitpoints]]


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


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


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


| [[setDamage]], [[setDammage]], [[getDammage]], [[setHit]], [[getHit]], [[getHitIndex]], [[setHitIndex]], [[getHitPointDamage]], [[setHitPointDamage]] |See also=
|seealso= [[setDamage]] [[setDammage]] [[getDammage]] [[setHit]] [[getHit]] [[getHitIndex]] [[setHitIndex]] [[getHitPointDamage]] [[setHitPointDamage]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Helicopters|{{uc:helicopterGetHitpoints}}]]
[[Category:Functions|{{uc:helicopterGetHitpoints}}]]
[[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