Distances

Hi,
How would I go about getting the distance bewteen two objects in the BGE?
Thanks in advance,
Duo Oratar

http://www.blender.org/documentation/249PythonDoc/GE/GameTypes.KX_GameObject-class.html#getDistanceTo

I hope it helps

This should answer your question:
http://www.tutorialsforblender3d.com/GameModule/ClassKX_GameObject_13.html

Thanks everyone.