Igniter#

Constructor#

Igniter(velocity[, gap_length, dash_length])

An igniter is anything with a velocity and ignition interval, like a person carrying a drip torch or a drone dispatching DAIDs.

Alternate constructors#

Igniter.from_json(json_string)

Create an igniter from a JSON string

Methods#

Igniter.to_json()

Convert an igniter to a JSON string

Igniter.copy()

Sometimes we need to copy a particular Igniter because they're so good at what they do.