SetLightShadowQuality
(Difference between revisions)
Dahnielson (Talk | contribs) |
Dahnielson (Talk | contribs) m |
||
| Line 1: | Line 1: | ||
| − | Set light shadow quality. Accepts two arguments | + | {{lua-function|setLightShadowQuality|object, number}} |
| + | |||
| + | Set light shadow quality. Accepts two arguments, light object and a number. | ||
Light = getLight("SunLight") | Light = getLight("SunLight") | ||
Revision as of 18:24, 8 February 2014
setLightShadowQuality(object, number)
Set light shadow quality. Accepts two arguments, light object and a number.
Light = getLight("SunLight")
setLightShadowQuality(Light, 1024)