byond - Modules - TypesVar Details - Proc Details

Alert

Vars

click_masterBoolean. If TRUE, the Click() proc will attempt to Click() on the master first if there is a master.
override_alertsIf it is overriding other alerts of the same type
ownerAlert owner
timeoutIf set to a number, this alert will clear itself after that many deciseconds

Procs

alert_post_setupCalled by throw_alert(), passes the mob throw_alert() is being called on as an arg. Parent proc, does nothing.

Var Details

click_master

Boolean. If TRUE, the Click() proc will attempt to Click() on the master first if there is a master.

override_alerts

If it is overriding other alerts of the same type

owner

Alert owner

timeout

If set to a number, this alert will clear itself after that many deciseconds

Proc Details

alert_post_setup

Called by throw_alert(), passes the mob throw_alert() is being called on as an arg. Parent proc, does nothing.