getBurningValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3
|game1= arma3
|version1= 0.50
|version1= 0.50


|descr= Returns how much the unit is exposed to fire damage.
|descr= Returns how much the unit is exposed to fire damage.


|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation


|s1= [[getBurningValue]] unit
|s1= [[getBurningValue]] unit
Line 15: Line 14:
|r1= [[Number]]
|r1= [[Number]]


|x1= <sqf>private _fireDamage = getBurningValue player;</sqf>


|x1= <code>[[private]] _fireDamage = [[getBurningValue]] [[player]];</code>
|seealso= [[inflame]] [[inflamed]] [[damage]]
 
|seealso= [[inflame]], [[inflamed]], [[damage]]
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns how much the unit is exposed to fire damage.
Groups:
Object Manipulation

Syntax

Syntax:
getBurningValue unit
Parameters:
unit: Object
Return Value:
Number

Examples

Example 1:
private _fireDamage = getBurningValue player;

Additional Information

See also:
inflame inflamed damage

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