blob: 7f0c19a3c6f9bcd1d8c2c1e293ec29a4c047dbe9 [file] [log] [blame]
SYNOPSIS
int living(object ob)
DESCRIPTION
Return true if ob is a living object (that is,
enable_commands() has been called from inside the ob).
ob may be 0.
EXAMPLES
living(this_player())
SEE ALSO
enable_commands(E)