inflame: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (VBS2 scripting category removal)
(format)
(4 intermediate revisions by 3 users not shown)
Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_fireplaceOne inflame [[true]]</code> |= Example 1
|x1= <code>_fireplaceOne [[inflame]] [[true]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}
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]]
Line 45: Line 46:
[[Category:Command_Group:_Object_Manipulation|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Manipulation|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 20:38, 30 July 2016

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