inflame: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(46 intermediate revisions by 14 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|INFLAME]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.96|INFLAME]]
[[Category:Scripting Commands OFP 1.46|INFLAME]]
[[Category:Scripting Commands ArmA|INFLAME]]


|game1= ofp
|version1= 1.00


<h2 style="color:#000066">'''''fireplace'' inflame ''true'''''</h2>
|game2= ofpe
|version2= 1.00


|game3= arma1
|version3= 1.00


'''Operand types:'''
|game4= arma2
|version4= 1.00


'''fireplace:''' [[Object]]
|game5= arma2oa
|version5= 1.50


'''burn:''' [[Boolean]]
|game6= tkoh
|version6= 1.00


'''Type of returned value:'''
|game7= arma3
|version7= 0.50


[[Nothing]]
|arg= global


'''Description:'''
|eff= global


Control fireplace burning.
|gr1= Object Manipulation


Set inflame to [[true]] (on) or [[false]] (off).
|descr= Sets the state of a fireplace.


|s1= fireplace [[inflame]]  burn


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


fireplaceOne '''inflame''' [[true]]
|p2= burn: [[Boolean]] - [[true]] to let it burn, [[false]] to extinguish it.
 
|r1= [[Nothing]]
 
|x1= <sqf>_fireplaceOne inflame true;</sqf>
 
|seealso= [[inflamed]]
}}

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Sets the state of a fireplace.
Groups:
Object Manipulation

Syntax

Syntax:
fireplace inflame burn
Parameters:
fireplace: Object
burn: Boolean - true to let it burn, false to extinguish it.
Return Value:
Nothing

Examples

Example 1:
_fireplaceOne inflame true;

Additional Information

See also:
inflamed

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