GetLightShadowQuality
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) |
||
Line 5: | Line 5: | ||
[[Category:Lua scripting]] | [[Category:Lua scripting]] | ||
+ | [[Category:Lua function]] | ||
+ | [[Category:Light]] |
Revision as of 18:38, 4 February 2014
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)