anomaly_placer ![code/modules/events/anomaly/anomaly_placer.dm 1](git.png)
Procs | |
findValidArea | Returns an area which is safe to place an anomaly inside. |
---|---|
findValidTurf | Returns a turf which is safe to place an anomaly on. |
generateAllowedAreas | Populates the allowed areas list. |
is_valid_destination | Returns true if the provided turf is valid to place an anomaly on. |
Proc Details
findValidArea
Returns an area which is safe to place an anomaly inside.
findValidTurf
Returns a turf which is safe to place an anomaly on.
Arguments
- target_area - Area to return a turf from.
generateAllowedAreas
Populates the allowed areas list.
is_valid_destination
Returns true if the provided turf is valid to place an anomaly on.
Arguments
- tested - Turf to try landing on.