byond - Modules - TypesVar Details - Proc Details

foam

Vars

foam_flagsflags for the foam, such as RAZOR_FOAM and METAL_FOAM.
lifetimeHow much long the foam lasts, 1 second = 5 since this uses fast processing which ticks 5 times in 1 second..
reagent_divisorHow much the reagents in the foam are divided when applying and how much it can apply per proccess.
spread_amountHow much the foam expands.

Procs

kill_foamFinishes the foam, stopping it from processing and doing whatever it has to do.
spread_foamSpreads the foam in the 4 cardinal directions and gives them the reagents and all.

Var Details

foam_flags

flags for the foam, such as RAZOR_FOAM and METAL_FOAM.

lifetime

How much long the foam lasts, 1 second = 5 since this uses fast processing which ticks 5 times in 1 second..

reagent_divisor

How much the reagents in the foam are divided when applying and how much it can apply per proccess.

spread_amount

How much the foam expands.

Proc Details

kill_foam

Finishes the foam, stopping it from processing and doing whatever it has to do.

spread_foam

Spreads the foam in the 4 cardinal directions and gives them the reagents and all.