byond - Modules - TypesVar Details - Proc Details

hivemindcore

Vars

hivemind_proxy_alert_cooldownThe cooldown of the alert hivemind gets when a hostile is near it's core
parentThe weakref to the parent hivemind mob that we're attached to

Procs

get_parentGetter for the parent of this hive core
hivemind_proxy_alertProc checks if we should alert the hivemind, and if it can, it does so. datum/source - the atom (in this case it should be a turf) sending the crossed signal atom/movable/hostile - the atom that triggered the crossed signal, in this case we're looking for a mob

Var Details

hivemind_proxy_alert_cooldown

The cooldown of the alert hivemind gets when a hostile is near it's core

parent

The weakref to the parent hivemind mob that we're attached to

Proc Details

get_parent

Getter for the parent of this hive core

hivemind_proxy_alert

Proc checks if we should alert the hivemind, and if it can, it does so. datum/source - the atom (in this case it should be a turf) sending the crossed signal atom/movable/hostile - the atom that triggered the crossed signal, in this case we're looking for a mob