.. DoAvoider

.. default - domain::js

.. include:: /includes/standard.rst

==================
DoAvoider (Kernel)
==================

.. function:: DoAvoider(avoider)

	
	Updates an avoider that is attached to an Actor. Sets the avoider's direction according to the angle and checks its onControl() method.
	
	.. IMPORTANT:: SCI0 only.
	
	:param heapPtr avoider: An instance of an :class:`Avoider`.


