GetLightShadowQuality
From MaratisWiki
Revision as of 00:29, 9 February 2014 by Dahnielson (Talk | contribs)
getLightShadowQuality(object)
Returns a number representing quality of the shadow casted by this light. To enable or disable shadow casting use enableShadow.
-
object
: object to operate on
Light = getObject("LampLight") shadowQuality = getLightShadowQuality(Light)