SetLightShadowBlur
From MaratisWiki
setLightShadowBlur(object, blur)
Set the amount of blur on the shadows casted by this light.
-
object: object to operate on -
blur: shadow blur
Light = getObject("Light")
setLightShadowBlur(Light, 1.0)