Documentation

MaskRefresh

MaskRefresh()

Updates Mask from current Map Objects.

Example Code

	function Init( ... )
	{
	   while (n < 5)
		  ObjectCreate("image.png:wall", SPRITE);
	   MaskRefresh();
	}

Comments

Comming Soon