dgd/
dgd/mud/doc/kernel/
dgd/mud/doc/kernel/hook/
dgd/mud/doc/kernel/lfun/
dgd/mud/include/
dgd/mud/include/kernel/
dgd/mud/kernel/lib/
dgd/mud/kernel/lib/api/
dgd/mud/kernel/obj/
dgd/mud/kernel/sys/
dgd/src/host/beos/
dgd/src/host/pc/res/
dgd/src/host/unix/
dgd/src/lpc/
dgd/src/parser/
NAME
	millitime - return the current time in milliseconds

SYNOPSIS
	mixed *millitime()


DESCRIPTION
	Return the current time as an array ({ time, fraction }), where time
	is an integer denoting the current time in seconds, and fraction is
	a float in range [0.0 .. 1.0>, denoting the fraction of the current
	second that has passed, with a resolution of 0.001.

SEE ALSO
	kfun/time, kfun/ctime