Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > is_lockable

API Function: is_lockable

Summary:
query whether exit is lockable

Defined In LPC Object:
/usr/common/lib/exit.c

Prototype:
int is_lockable(void)

Can Be Called By:
Anybody

Description:

Returns true if the object is lockable, 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 lockable.

Errors:
Usually none.

See Also:
is_container , is_open , is_locked , is_lockable