getBurningValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(5 intermediate revisions by the same user not shown)
Line 14: Line 14:
|r1= [[Number]]
|r1= [[Number]]


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


|seealso= [[inflame]], [[inflamed]], [[damage]]
|seealso= [[inflame]] [[inflamed]] [[damage]]
}}
}}

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