.. IsOnScreen

.. default - domain::js

.. include:: /includes/standard.rst

=====================
IsOnScreen (Sight.sc)
=====================

.. function:: IsOnScreen(theObj)

	
	Determines if an object is onscreen.
	
	:param heapPtr theObj: An object with x and y properties.
	:returns: TRUE if the object is onscreen, FALSE otherwise.


