Fire
Properties
Section titled “Properties”Attackers
Section titled “Attackers”Maps burning objects to the participant who ignited them. Not all burning objects are in this table.
Type: {[MapObject]: Participant}
Functions
Section titled “Functions”Ignite
Section titled “Ignite”Ignites the object. No effect if it is already burning.
Parameters
Section titled “Parameters”| Name | Type | Default | Description |
|---|---|---|---|
object | MapObject | The object to ignite. | |
attacker | Participant | The participant who ignited the object. Kill credit will be awarded to this participant. |
Returns
Section titled “Returns”()
Extinguish
Section titled “Extinguish”Extinguishes the object. No effect if it is not burning.
Parameters
Section titled “Parameters”| Name | Type | Default | Description |
|---|---|---|---|
object | MapObject | The object to extinguish. |
Returns
Section titled “Returns”()
IsBurning
Section titled “IsBurning”Returns true if the object is burning.
Parameters
Section titled “Parameters”| Name | Type | Default | Description |
|---|---|---|---|
object | MapObject | The object to check. |
Returns
Section titled “Returns”boolean