IsCastingShadow
From MaratisWiki
(Difference between revisions)
Dahnielson (Talk | contribs) m |
Dahnielson (Talk | contribs) m |
||
Line 2: | Line 2: | ||
Check if light has shadow casting enabled. | Check if light has shadow casting enabled. | ||
+ | |||
+ | {{lua-function-param|object|object to operate on}} | ||
if isCastingShadow(lightObject) then | if isCastingShadow(lightObject) then |
Latest revision as of 00:16, 9 February 2014
isCastingShadow(object)
Check if light has shadow casting enabled.
-
object
: object to operate on
if isCastingShadow(lightObject) then -- Shadow casting is enabled else -- Shadow casting is disabled end
To enable or disable shadow casting use enableShadow