Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > num_deferred_exits

API Function: num_deferred_exits

Summary:
return the current number of deferred exits

Defined In LPC Object:
/usr/common/sys/exitd.c

Prototype:
int num_deferred_exits(void)

Can Be Called By:
System, Common, Game

Description:

See add_deferred_exits for an explanation of deferred exits. This function returns how many of them there are, MUD-wide.

Return Value:

The number of deferred exits, or -1 if that information can't be returned.

Errors:
Normally none.

See Also:
add_deferred_exits , add_twoway_exit_between