inflamed: 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.04|Game version=
|1.04


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


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


| Checks if fireplace is inflamed (burning) or not. To check if a unit is receiving damage from fire, use [[isBurning]] command.|DESCRIPTION=
| Checks if fireplace is inflamed (burning) or not. To check if a unit is receiving damage from fire, use [[isBurning]] command.


| '''inflamed''' fireplace |SYNTAX=
| '''inflamed''' fireplace


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


| [[Boolean]] |RETURNVALUE=
| [[Boolean]]
   
   
|x1= <code>_inflamed = [[inflamed]] _fireplaceOne;</code> |EXAMPLE1=
|x1= <code>_inflamed = [[inflamed]] _fireplaceOne;</code>


| [[inflame]], [[isBurning]] |SEEALSO=
| [[inflame]], [[isBurning]]


}}
}}

Revision as of 01:40, 18 January 2021

Hover & click on the images for description

Description

Description:
Checks if fireplace is inflamed (burning) or not. To check if a unit is receiving damage from fire, use isBurning command.
Groups:
Object Manipulation

Syntax

Syntax:
inflamed fireplace
Parameters:
fireplace: Object
Return Value:
Boolean

Examples

Example 1:
_inflamed = inflamed _fireplaceOne;

Additional Information

See also:
inflameisBurning

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