LPC Library Functions: living

NAME

living() - detects whether or not a given object is living

SYNOPSIS

int living( object ob );

DESCRIPTION

Return true if 'ob' is a living object; an object is defined to be living in driver terms if 'ob' has called enable_commands().

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

SEE ALSO

interactive(), enable_commands()

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