GetLightShadowBias
From MaratisWiki
(Difference between revisions)
(Created page with "Returns light's shadow bias as a number. Light = getObject("Light0") bias = getLightShadowBias(Light)") |
Dahnielson (Talk | contribs) m |
||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| + | {{lua-function|getLightShadowBias|object}} | ||
| + | |||
Returns light's shadow bias as a number. | Returns light's shadow bias as a number. | ||
| + | |||
| + | {{lua-function-param|object|object to operate on}} | ||
Light = getObject("Light0") | Light = getObject("Light0") | ||
bias = getLightShadowBias(Light) | bias = getLightShadowBias(Light) | ||
| + | |||
| + | [[Category:Lua scripting]] | ||
| + | [[Category:Lua function]] | ||
| + | [[Category:Light]] | ||
Latest revision as of 00:29, 9 February 2014
getLightShadowBias(object)
Returns light's shadow bias as a number.
-
object: object to operate on
Light = getObject("Light0")
bias = getLightShadowBias(Light)