Space Station 13 - Modules - TypesVar Details - Proc Details

Hallucination - Plasma Flood

A fake plasma flood emanating from a nearby vent.

Vars

expand_delayThe delay at which the plasma flood expands in deciseconds. Shouldn't be too low to prevent lag.
expand_queueList of turfs that need expanding from.
expand_timerExpand timer handle.
processedAssociative list of turfs that have already been processed.

Procs

create_plasmaCreates a fake plasma overlay on the given turf.
expandCalled regularly in a timer to process the plasma flooding.

Var Details

expand_delay

The delay at which the plasma flood expands in deciseconds. Shouldn't be too low to prevent lag.

expand_queue

List of turfs that need expanding from.

expand_timer

Expand timer handle.

processed

Associative list of turfs that have already been processed.

Proc Details

create_plasma

Creates a fake plasma overlay on the given turf.

Arguments:

expand

Called regularly in a timer to process the plasma flooding.