.DT
remove_combat_action
DW_wibble creator help
remove_combat_action

.SH Name
.SP 5 5
remove_combat_action -  This method will remove the combat action with the specified name.
.EP

.SH Syntax
.SI 5
int remove_combat_action(string name)
.EI

.SH Returns
.SI 5
1 if it is found and removed, 0 if not.EI

.SH Defined in
.SI 5
/obj/monster.c
.EI

.SH Description
.SP 5 5

This method will remove the combat action with the specified name.
.EP

.SH See also
.SP 5 5
add_combat_action(), query_combat_actions(), /std/effects/fighting/combat.c

.EP

