FILE /usr/common/lib/exit.c NAME is_openable - query whether exit is openable PROTOTYPE int is_openable(void) CALLED BY Anybody DESCRIPTION Returns true if the object is openable, false otherwise. This function isn't access-protected. You should access-protect your version of this and all other inherited functions, including upgraded() and destructed(). RETURN VALUE Whether the object is openable. ERRORS Usually none. SEE ALSO is_container, is_open, is_locked, is_lockable