bump_attack

Vars | |
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 |
Procs | |
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. |
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.