byond - Modules - TypesVar Details - Proc Details

aura

Vars

active_aurasStores currently active aura_bearer datums
current_cacheStores what the current aura processing stage was working on for if it is paused.
stageAuras go through three stages. Pulse auras -> finish xeno cycles -> finish human cycles. Depending on where it was paused, this tells it where to resume fire()

Procs

add_emitterUse this to start a new emitter with the specified stats. Returns the emitter in question, just qdel it to end early.

Var Details

active_auras

Stores currently active aura_bearer datums

current_cache

Stores what the current aura processing stage was working on for if it is paused.

stage

Auras go through three stages. Pulse auras -> finish xeno cycles -> finish human cycles. Depending on where it was paused, this tells it where to resume fire()

Proc Details

add_emitter

Use this to start a new emitter with the specified stats. Returns the emitter in question, just qdel it to end early.