Module detector

Source
Expand description

Everything related to hazard detectors

Structs§

BasicHazardDetector
Basic implementation of a HazardDetector. Hazards from HazardEntity::PlacedItem have instant lookups, the rest are stored in a Vec.

Traits§

HazardDetector
Trait for structs that can track and store detected HazardEntitys. Used in ‘collision collection’ queries to avoid having to repeatedly check hazards induced by an already detected entity.