LPC Library Functions: remove_action

NAME

remove_action - unbind a command verb from a local function

SYNOPSIS

int remove_action( string fun, string cmd );

DESCRIPTION

remove_action() unbinds a verb cmd from an object function fun. remove_action() is the complement to add_action(). When a verb is no longer required, it can be unbound with remove_action().

remove_action() returns 1 on success, 0 on failure.

Note that this efun is not available if the driver flag NO_ADD_ACTION is defined.

SEE ALSO

add_action(), query_verb(), init()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS