Phantasmal MUD Lib for DGD

Phantasmal Site > Phantasmal API > API Listing > get_all_exits

API Function: get_all_exits

Summary:
get all valid exit numbers

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

Prototype:
int *get_all_exits(void)

Can Be Called By:
System, Common, Game

Description:

Return an array of integers. Each integer is an exit number for a valid exit object.

Return Value:

An array of exit numbers, or nil.

Errors:
Normally none.

See Also:
get_exit_segments , get_exit_by_num , exits_in_segment