.. DoBresen

.. default - domain::js

.. include:: /includes/standard.rst

=================
DoBresen (Kernel)
=================

.. function:: DoBresen(mover)

	
	Moves the object linked to the moverObj along the path generated by :func:`InitBresen`.
	
	:param heapPtr mover: A :class:`Motion` object attached to an :class:`Actor`.
	:returns: TRUE if the move was successful, FALSE if there was a collision.
	
	See Also: :func:`InitBresen`


