inflamed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>_$1 = $2 _$3;</sqf>")
 
(55 intermediate revisions by 14 users not shown)
Line 1: Line 1:
back to [[Scripting_Reference#I|COMREF]]
{{RV|type=command


<h2 style="color:#000066">'''inflamed ''fireplace'''''</h2>
|game1= ofp
|version1= 1.04


|game2= ofpe
|version2= 1.00


'''Operand types:'''
|game3= arma1
|version3= 1.00


'''fireplace:''' [[Object]]
|game4= arma2
|version4= 1.00


'''Type of returned value:'''
|game5= arma2oa
|version5= 1.50


[[Boolean]]
|game6= tkoh
|version6= 1.00


'''Compatibility:'''
|game7= arma3
|version7= 0.50


Added in version '''1.04'''
|arg= global


'''Description:'''
|gr1= Object Manipulation


Check if fireplace is '''inflamed''' (burning) or not.
|descr= Checks if fireplace is inflamed (burning) or not. To check if a unit is receiving damage from fire, use [[isBurning]] command.


|s1= [[inflamed]] fireplace


'''Example:'''
|p1= fireplace: [[Object]]


_it = '''inflamed''' fireplaceOne
|r1= [[Boolean]]
 
|x1= <sqf>_inflamed = inflamed _fireplaceOne;</sqf>
 
|seealso= [[inflame]] [[isBurning]]
}}

Latest revision as of 22:24, 7 May 2022

Hover & click on the images for description

Description

Description:
Checks if fireplace is inflamed (burning) or not. To check if a unit is receiving damage from fire, use isBurning command.
Groups:
Object Manipulation

Syntax

Syntax:
inflamed fireplace
Parameters:
fireplace: Object
Return Value:
Boolean

Examples

Example 1:
_inflamed = inflamed _fireplaceOne;

Additional Information

See also:
inflame isBurning

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