
remove_action(3)      LPC Library Functions      remove_action(3)

NNAAMMEE
       remove_action  -  unbind a command verb from a local func-
       tion

SSYYNNOOPPSSIISS
       int remove_action( string fun, string cmd );

DDEESSCCRRIIPPTTIIOONN
       remove_action(3) unbinds a verb cmd from an  object  func-
       tion  fun. Basically, remove_action() is the complement to
       add_action(3) and add_verb(3). When a verb  is  no  longer
       required, it can be unbound with remove_action().

RREETTUURRNN VVAALLUUEESS
       remove_action() returns:

              1 on success.

              0 on failure.

SSEEEE AALLSSOO
       add_action(3), query_verb(3), init(4)

MudOS                       5 Sep 1994                          1

