inflame: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| ofp |Game name=
| ofp


|1.00|Game version=
|1.00


|arg= global |Multiplayer Arguments=
|arg= global


|eff= global |Multiplayer Effects=
|eff= global


|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation


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


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


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


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


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
   
   
|x1= <code>_fireplaceOne [[inflame]] [[true]];</code> |EXAMPLE1=
|x1= <code>_fireplaceOne [[inflame]] [[true]];</code>


| [[inflamed]] |SEEALSO=
| [[inflamed]]


}}
}}

Revision as of 01:39, 18 January 2021

Hover & click on the images for description

Description

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

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


Bottom Section