GetLightShadowQuality
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) m |
||
Line 1: | Line 1: | ||
+ | {{lua-function|getLightShadowQuality|object}} | ||
+ | |||
Returns a number representing quality of the shadow casted by this light. To enable or disable shadow casting use [[enableShadow]]. | Returns a number representing quality of the shadow casted by this light. To enable or disable shadow casting use [[enableShadow]]. | ||
Revision as of 18:20, 8 February 2014
getLightShadowQuality(object)
Returns a number representing quality of the shadow casted by this light. To enable or disable shadow casting use enableShadow.
Light = getObject("LampLight") shadowQuality = getLightShadowQuality(Light)