LPC Library Functions: first_inventory

NAME

first_inventory() - return the first item in an object's inventory

SYNOPSIS

object first_inventory( mixed ob );

DESCRIPTION

Return the first object in the inventory of 'ob', where 'ob' is either an object or the file name of an object.

Note that this efun is not available if the driver flag NO_ENVIRONMENT is defined.

SEE ALSO

file_name(), next_inventory(), all_inventory(), deep_inventory()

Page design by Frank Jacquette & Tim Hollebeek
Copyright (C) 1998 Tim Hollebeek & Frank Jacquette
Back to MudOS