inflame: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also inflamed)
m (Text replacement - "|= Game version" to "|Game version=")
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{Command|Comments=
____________________________________________________________________________________________
____________________________________________________________________________________________


| ofp |= Game name
| ofp |Game name=


|1.00|= Game version
|1.00|Game version=


|arg= global |= Arguments in MP
|arg= global |Multiplayer Arguments=


|eff= global |= Effects in MP
|eff= global |Multiplayer Effects=
____________________________________________________________________________________________
____________________________________________________________________________________________


| Control fireplace burning. Set inflame to [[true]] (on) or [[false]] (off). |= Description
| Control fireplace burning. Set inflame to [[true]] (on) or [[false]] (off). |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| fireplace '''inflame''' burn |= Syntax
| fireplace '''inflame''' burn |SYNTAX=


|p1= fireplace: [[Object]] |= Parameter 1
|p1= fireplace: [[Object]] |PARAMETER1=


|p2= burn: [[Boolean]] |= Parameter 2
|p2= burn: [[Boolean]] |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_fireplaceOne inflame [[true]]</code> |= Example 1
|x1= <code>_fireplaceOne [[inflame]] [[true]];</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[inflamed]] |= See also
| [[inflamed]] |SEEALSO=


}}
}}
Line 40: Line 40:
<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|INFLAME]]
[[Category:Scripting Commands|INFLAME]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|INFLAME]]
[[Category:Scripting Commands OFP 1.96|INFLAME]]
[[Category:Scripting Commands OFP 1.46|INFLAME]]
[[Category:Scripting Commands OFP 1.46|INFLAME]]

Revision as of 23:44, 31 August 2019

Hover & click on the images for description

Description

Description:
Control fireplace burning. Set inflame to true (on) or false (off).
Groups:
Uncategorised

Syntax

Syntax:
fireplace inflame burn
Parameters:
fireplace: Object
burn: Boolean
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

Notes


Bottom Section