lpmoo-1.2/etc/
lpmoo-1.2/mudlib/
lpmoo-1.2/mudlib/etc/
lpmoo-1.2/mudlib/include/
lpmoo-1.2/mudlib/include/moo/
lpmoo-1.2/mudlib/lpc/
lpmoo-1.2/mudlib/std/auto/
lpmoo-1.2/mudlib/std/bfuns/
NAME
	tablevalues - return values bound to a table

SYNOPSIS
	list tablevalues(table)

DESCRIPTION
	All of the values in the given `table' argument are collected
	and returned as a list.

	The order of the returned list will match the order of the list
	returned by tablekeys(), such that the following is true:

		tablemap(tablekeys(table), tablevalues(table)) == table

SEE ALSO
	tablemap, tableinsert, tabledelete, tablekeys