Skip to content

Fire

Maps burning objects to the participant who ignited them. Not all burning objects are in this table.

Type: {[MapObject]: Participant}

Ignites the object. No effect if it is already burning.

NameTypeDefaultDescription
objectMapObjectThe object to ignite.
attackerParticipantThe participant who ignited the object. Kill credit will be awarded to this participant.

()

Extinguishes the object. No effect if it is not burning.

NameTypeDefaultDescription
objectMapObjectThe object to extinguish.

()

Returns true if the object is burning.

NameTypeDefaultDescription
objectMapObjectThe object to check.

boolean