From: Peep P. <so...@us...> - 2004-06-07 15:33:49
|
Update of /cvsroot/agd/server/doc/dfuns In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6343/dfuns Modified Files: asctime write Log Message: Better wording. Index: asctime =================================================================== RCS file: /cvsroot/agd/server/doc/dfuns/asctime,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- asctime 28 Mar 2004 18:42:29 -0000 1.4 +++ asctime 7 Jun 2004 15:33:40 -0000 1.5 @@ -1,7 +1,7 @@ string asctime(int) -Takes the integer as time from Epoch, and returns current date as a string -based on that. +Interprets the integer as time from the Unix Epoch (1st January, 1970), +and returns current date as a string based on that. See also: time, strftime Index: write =================================================================== RCS file: /cvsroot/agd/server/doc/dfuns/write,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- write 15 Mar 2004 18:40:19 -0000 1.1 +++ write 7 Jun 2004 15:33:40 -0000 1.2 @@ -0,0 +1,8 @@ +void write(string); + +If this_player exists, writes string out to the +player. If not, writes string out to driver's +stdout, prefixed with "] ". + +See also + tell_object, shout |