inflame: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "Category:Scripting Commands ArmA2" to "Category:Scripting Commands Arma 2")
(23 intermediate revisions by 14 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|I]]
{{Command|Comments=
[[Category:Scripting Commands OFP 1.97|I]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|I]]
[[Category:Scripting Commands ArmA|I]]


back to [[Scripting_Reference#I|COMREF]]
| ofp |Game name=


<h2 style="color:#000066">''fireplace '''''inflame ''true'''''</h2>
|1.00|Game version=


|arg= global |Multiplayer Arguments=


'''Operand types:'''
|eff= global |Multiplayer Effects=
'''
____________________________________________________________________________________________
fireplace:''' [[Object]]


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


'''Type of returned value:'''
| fireplace '''inflame''' burn |SYNTAX=


[[Nothing]]
|p1= fireplace: [[Object]] |PARAMETER1=


'''Description:'''
|p2= burn: [[Boolean]] |PARAMETER2=


Control fireplace burning.
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>_fireplaceOne [[inflame]] [[true]];</code> |EXAMPLE1=
____________________________________________________________________________________________


Set inflame to [[true]] (on) or [[false]] (off).
| [[inflamed]] |SEEALSO=


}}


'''Example:'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


fireplaceOne '''inflame''' [[true]]
<!-- Note Section END -->
</dl>
 
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|INFLAME]]
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands OFP 1.96|INFLAME]]
[[Category:Scripting Commands OFP 1.46|INFLAME]]
[[Category:Scripting Commands ArmA|INFLAME]]
[[Category:Command_Group:_Object_Manipulation|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 12:13, 10 January 2020

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