Phantasmal Site > Phantasmal API > API Listing > is_openable
API Function: is_openable
- Summary:
- query whether exit is openable
- Defined In LPC Object:
- /usr/common/lib/exit.c
- Prototype:
- int is_openable(void)
- Can Be 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
|