Skip to main content

living

Discworld driver help

living

Name

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

Synopsis

int living( object ob );

Description

Return 1 if `ob' is a living object (that is, if enable_commands() has been called by `ob'), otherwise return zero (0).

See also

interactive(), enable_commands()