Good question; I think it is not a builtin function but you could write
a function to do it for any object
void(entity obj) posinfo =
{
dprint("Object in front is a: ");
dprint(obj.classname);
dprint("\n");
dprint(ftos(obj.origin_x));
dprint(" X ");
. . .
dprint("\n");
}
I can add this as a standard function if you like for the next release.
Just be careful not to call it too often or you'll get waaaaay too much
output and things will slow down lots.
Thanks very much for letting me know this may be needed :-).
As people start to use the inbuilt functions, I may change the API to
make the function names shorter. I will help anyone update their code
if this is done; just an idea to make things easier for you in future.
best regards,
--
Matthew T. Atkinson <[EMAIL PROTECTED]>
_______________________________________________
AGRIP-discuss mailing list
[email protected]
http://lists.agrip.org.uk/cgi-bin/mailman/listinfo/agrip-discuss