inflame: 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 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| fireplace '''inflame''' true |= Syntax
| fireplace '''inflame''' burn |= Syntax


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

Revision as of 02:45, 23 January 2009

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:
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