inflamed: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (changed global to local variable to make clear the variable)
mNo edit summary
Line 12: Line 12:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Boolean]] = '''inflamed''' fireplace |= Syntax
| [[Boolean]] <nowiki>=</nowiki> '''inflamed''' fireplace |= Syntax


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

Revision as of 14:20, 27 August 2007

Hover & click on the images for description

Description

Description:
Check if fireplace is inflamed (burning) or not.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
_IsAlight = inflamed _fireplaceOne

Additional Information

See also:
See also needed

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