|
LPC Library Functions: remove_action |
|
NAMEremove_action - unbind a command verb from a local function
SYNOPSISint remove_action( string fun, string cmd );
DESCRIPTIONremove_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 |
|
Page design by Frank Jacquette & Tim Hollebeek Copyright (C) 1998 Tim Hollebeek & Frank Jacquette |
|