remove_action |
Discworld driver help |
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. Basically, remove_action() is the complement to add_action(). When a verb is no longer required, it can be unbound with remove_action().