GetLightShadowBias
From MaratisWiki
getLightShadowBias(object)
Returns light's shadow bias as a number.
-
object: object to operate on
Light = getObject("Light0")
bias = getLightShadowBias(Light)