BIS fnc helicopterGetHitpoints: Difference between revisions

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


{{Function|= Comments
|game1= tkoh
____________________________________________________________________________________________
|version1= 1.00


| tkoh |= Game name
|game2= arma3
|version2= 0.50


|1.00|= Game version
|gr1= Helicopters
____________________________________________________________________________________________


| <pre>/*
|descr= Return all hitpoints for a helicopter.


Description:
|s1= object call [[BIS_fnc_helicopterGetHitpoints]]
Return all hitpoints for a helicopter.


Parameter(s):
|p1= object: [[Object]] - helicopter
_this: helicopter (Object)


Returns:
|r1= [[Array]] of [[String]]s
Array of Strings
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|x1= <sqf>[BIS_helicopter] call BIS_fnc_helicopterGetHitpoints;</sqf>
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_helicopterGetHitpoints]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= 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