byond - Modules - TypesVar Details - Proc Details

bump_attack

Vars

activeWhether the component is active
bump_action_pathThe proc to register with COMSIG_MOVABLE_BUMP, based on what kind of mob the component is on
toggle_actionAction used to turn bump attack on/off manually

Procs

carbon_bump_action_checksHandles carbon bump action checks before actually doing the attack checks.
human_bump_actionHandles human pre-bump attack checks.
human_do_bump_actionHandles human bump attacks.
living_activation_toggleHandles the activation and deactivation of the bump attack component on living mobs.
living_bump_actionHandles living pre-bump attack checks.
living_bump_action_checksHandles living bump action checks before actually doing the attack checks.
living_do_bump_actionHandles living bump attacks.
xeno_bump_actionHandles xeno pre-bump attack checks.
xeno_do_bump_actionHandles xeno bump attacks.

Var Details

active

Whether the component is active

bump_action_path

The proc to register with COMSIG_MOVABLE_BUMP, based on what kind of mob the component is on

toggle_action

Action used to turn bump attack on/off manually

Proc Details

carbon_bump_action_checks

Handles carbon bump action checks before actually doing the attack checks.

human_bump_action

Handles human pre-bump attack checks.

human_do_bump_action

Handles human bump attacks.

living_activation_toggle

Handles the activation and deactivation of the bump attack component on living mobs.

living_bump_action

Handles living pre-bump attack checks.

living_bump_action_checks

Handles living bump action checks before actually doing the attack checks.

living_do_bump_action

Handles living bump attacks.

xeno_bump_action

Handles xeno pre-bump attack checks.

xeno_do_bump_action

Handles xeno bump attacks.